variant
A type safe generalized union type
variant_index< T, Variant > Struct Template Reference

Obtain the index of a variant type. More...

#include <variant.hpp>

Detailed Description

template<class T, class Variant>
struct variant_index< T, Variant >

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


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