LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
LC::Util::Not< Pred >::Negate< std::integral_constant< bool, V > > Struct Template Reference

#include "typelevel.h"

Public Types

using Result_t = std::integral_constant< bool, !V >
 

Detailed Description

template<template< typename > class Pred>
template<bool V>
struct LC::Util::Not< Pred >::Negate< std::integral_constant< bool, V > >

Definition at line 45 of file typelevel.h.

Member Typedef Documentation

◆ Result_t

template<template< typename > class Pred>
template<bool V>
using LC::Util::Not< Pred >::Negate< std::integral_constant< bool, V > >::Result_t = std::integral_constant<bool, !V>

Definition at line 47 of file typelevel.h.


The documentation for this struct was generated from the following file: