![]() |
LeechCraft 0.6.70-17769-g4e68d7fcba
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< 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> {} || ...) |