Template Struct Void

Struct Documentation

template<typename...>
struct Void

A template alias that always results in the void type, regardless of the template arguments provided.

Public Types

using type = void

the type alias, that is defined as void