cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces
17-void_t.hpp File Reference

Implementation of std::make_void , std::void_t. More...

Classes

struct  make_void< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >
 Metaprogramming helper that exposes void as a type, for transformations. More...
 
struct  make_void< T0, T1, T2, T3, T4, T5, T6, T7, T8, T9 >
 Metaprogramming helper that exposes void as a type, for transformations. More...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Detailed Description

Implementation of std::make_void , std::void_t.

See also
http://en.cppreference.com/w/cpp/types/void_t
n3911