cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
List of all members
conditional< B, T, U > Struct Template Reference

Metaprogramming helper that defines a type to be either T or U. More...

Detailed Description

template<bool B, typename T, typename U>
struct std::conditional< B, T, U >

Metaprogramming helper that defines a type to be either T or U.

See also
n2240

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