Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
serac::variant_alternative< I, T0, T1 > Struct Template Reference

Obtains the type at index I of a variant<T0, T1> More...

Detailed Description

template<int I, typename T0, typename T1>
struct serac::variant_alternative< I, T0, T1 >

Obtains the type at index I of a variant<T0, T1>

Template Parameters
IThe index to find the corresponding type for
T0The first member type of the variant
T1The second member type of the variant

Definition at line 169 of file variant.hpp.


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