![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
#include <type_traits>
Go to the source code of this file.
Namespaces | |
LeechCraft | |
LeechCraft::Util | |
Variables | |
template<template< typename > class Pred, typename... Args> | |
constexpr auto | LeechCraft::Util::AllOf = (Pred<Args> {} && ...) |
template<template< typename > class Pred, typename... Args> | |
constexpr auto | LeechCraft::Util::AnyOf = (Pred<Args> {} || ...) |