LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
typelevel.h File Reference
#include <type_traits>
+ Include dependency graph for typelevel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LC::Util::Not< Pred >
 
struct  LC::Util::Not< Pred >::Negate< V >
 
struct  LC::Util::Not< Pred >::Negate< std::integral_constant< bool, V > >
 
struct  LC::Util::Not< Pred >::Result_t< T >
 

Namespaces

 LC
 
 LC::Util
 

Variables

template<template< typename > class Pred, typename... Args>
constexpr auto LC::Util::AllOf = (Pred<Args> {} && ...)
 
template<template< typename > class Pred, typename... Args>
constexpr auto LC::Util::AnyOf = (Pred<Args> {} || ...)