|
variant
A type safe generalized union type
|
Obtain the index of a variant type. More...
#include <variant.hpp>
Obtain the index of a variant type.
Defines the member type type to be std::integral_constant<std::size_t, I>, where I is the index of the element in the variant
1.8.9.1