![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Helper struct to get the size of a variant. More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< std::size_t, variant_size_v< Variant > > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< std::size_t, variant_size_v< Variant > > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< std::size_t, variant_size_v< Variant > > | |
| static constexpr value_type | value |
| The constant. | |
Helper struct to get the size of a variant.
| Variant | the variant type |