tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
bool_constant.hpp File Reference

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 >