| 
    cxxomfort
    rel.20210622
    
   Simple backports for C++ - http://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<false> is semantically equialent to false_type and bool_constant<true> is semantically equialent to true_type. 
 1.8.13