LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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< std::integral_constant< bool, V > >
struct  LC::Util::Not< Pred >::Result_t< T >

Namespaces

namespace  LC
namespace  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> {} || ...)