sumty
0.1.0
Better sum types for C++
|
Public Member Functions | |
constexpr | void_t (const void_t &) noexcept=default |
constexpr | void_t (void_t &&) noexcept=default |
constexpr void_t & | operator= (const void_t &) noexcept=default |
constexpr void_t & | operator= (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 {} |