sumty  0.1.0
Better sum types for C++
void_t Struct Reference
Collaboration diagram for void_t:

Public Member Functions

constexpr void_t (const void_t &) noexcept=default
 
constexpr void_t (void_t &&) noexcept=default
 
constexpr void_toperator= (const void_t &) noexcept=default
 
constexpr void_toperator= (void_t &&) noexcept=default
 
template<typename T >
 requires (std::is_default_constructible_v< T >) explicit const expr operator T() const noexcept(std::is_nothrow_default_constructible_v< T >)
 

Related Functions

(Note that these are not member functions.)

static constexpr void_t void_v {}
 

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