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

Class Documentation

◆ cxxomfort::cxxostd::make_void

struct cxxomfort::cxxostd::make_void

template<typename... Arglist>
struct cxxomfort::cxxostd::make_void< Arglist >

Metaprogramming helper that exposes void as a type, for transformations.

C++17 Backports:
Constructs void from an instantiation.