tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Typedefs | |
template<bool B> | |
using | bool_constant = integral_constant<bool, B> |
using | false_type = bool_constant<false> |
using | true_type = bool_constant<true> |