|
cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Implementation of std::enable_if , std::conditional. More...
Namespaces | |
| cxxomfort | |
Namespace of the cxxomfort library. | |
| cxxomfort::fix | |
| Fixes for implementation issues in std. | |
Functions | |
| template<class Ty , Ty u> | |
| CXXO_CONSTEXPR Ty | to_integer (std::integral_constant< Ty, u > const) CXXO_NOEXCEPTNOTHROW |
Returns the value corresponding to a integral_constant.-utils Recovers the value corresponding to a integral_constant. More... | |
| template<class Ty , Ty u> | |
| CXXO_CONSTEXPR Ty | to_value (std::integral_constant< Ty, u > const) CXXO_NOEXCEPTNOTHROW |
Returns the value corresponding to a integral_constant. More... | |
Implementation of std::enable_if , std::conditional.
Implementations and backports related to <type_traits>. .
1.8.13