cxxomfort  rel.20211024
Simple backports for C++ - https://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.

C++17 Backports:
Implementation of 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.


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