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