|
cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
A bool compile time equivalent of integral_constant , as per C++17.
More...
A bool compile time equivalent of integral_constant , as per C++17.
bool_constant (bool specialization of integral_constant ). bool_constant<false> is semantically equialent to false_type and bool_constant<true> is semantically equialent to true_type.
1.8.13