|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | enable_if< bool, Type > |
| Define a member typedef only if a boolean constant is true. More... | |
| struct | enable_if< true, Type > |
Namespaces | |
| namespace | etl |
Typedefs | |
| template<bool B, typename T = void> | |
| using | enable_if_t = typename enable_if< B, T >::type |