MT Core (C++)
Core library for replacing C++ standard in project usage
|
Go to the source code of this file.
Classes | |
struct | mtcore::meta::If< true, L, R > |
struct | mtcore::meta::If< false, L, R > |
struct | mtcore::meta::And< Conds > |
Checks that all conditions hold true. More... | |
struct | mtcore::meta::Or< Conds > |
Checks that at least one condition hold true. More... | |
struct | mtcore::meta::IntList<> |
struct | mtcore::meta::IntList< Head, Rest... > |
struct | mtcore::meta::TypeList<> |
struct | mtcore::meta::TypeList< Head, Rest... > |
struct | mtcore::meta::ConcatIntList< L > |
struct | mtcore::meta::ConcatIntList< IntList< L1... >, IntList< L2... >, LRest... > |
Namespaces | |
namespace | mtcore |
Core library for C++ with Zig-related functionality. | |
namespace | mtcore::meta |
Meta is a meta programming utility helper Mostly focused on templates and constexpr. | |