Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::variant_size< Variant > Class Template Reference

Helper struct to get the size of a variant. More...

Inheritance diagram for arene::base::variant_size< Variant >:
Inheritance graph

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.
 

Detailed Description

template<typename Variant>
class arene::base::variant_size< Variant >

Helper struct to get the size of a variant.

Template Parameters
Variantthe variant type

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