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