![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include <type_traits>
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> {} || ...) |