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

Metaprogramming helper that defines a type only if a condition holds. More...

Detailed Description

template<bool B, typename T = void>
struct std::enable_if< B, T >

Metaprogramming helper that defines a type only if a condition holds.

See also
n2240

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