cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
List of all members
bool_constant< B > Class Template Reference

A bool compile time equivalent of integral_constant , as per C++17. More...

Detailed Description

template<bool B>
class cxxomfort::cxxostd::bool_constant< B >

A bool compile time equivalent of integral_constant , as per C++17.

bool_constant<false> is semantically equialent to false_type and bool_constant<true> is semantically equialent to true_type.


The documentation for this class was generated from the following file: