MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mtcore::meta::If< Cond, L, R > Struct Template Reference

Switches types based on a condition. More...

Inheritance diagram for mtcore::meta::If< Cond, L, R >:

Detailed Description

template<bool Cond, typename L, typename R>
struct mtcore::meta::If< Cond, L, R >

Switches types based on a condition.

Template Parameters
CondCondition to test
LTrue type
RFalse type

Definition at line 39 of file meta/base.hpp.


The documentation for this struct was generated from the following file: