MT Core (C++)
Core library for replacing C++ standard in project usage
|
Classes | |
struct | mtcore::meta::If< Cond, L, R > |
Switches types based on a condition. More... | |
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< T > |
A list of integers, often used for indexing into template lists. More... | |
struct | mtcore::meta::TypeList< T > |
A list of types, often used as a container when there isn't a more specialized container. More... | |
struct | mtcore::meta::ConcatIntList< T > |
Concatenates two or more IntLists. More... | |