4.6.0
Freundlich's C++ toolkit
|
Concept for boolean constants. More...
#include <bool_concept.hpp>
Concept for boolean constants.
A type is a boolean constant if and only if it is of the form std::bool_constant<V>
for any bool V
.