|
tetl 0.1.0
Embedded Template Library
|
Provides member typedef type, which is defined as T if B is true at compile time, or as F if B is false. More...
#include <conditional.hpp>
Public Types | |
| using | type = T |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<bool B, typename T , typename F > | |
| using | conditional_t = typename conditional< B, T, F >::type |
Provides member typedef type, which is defined as T if B is true at compile time, or as F if B is false.