Template Struct make_void

Struct Documentation

template<typename ...T>
struct make_void

The famous void_t trick.

Public Types

using type = void