Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Types | List of all members
serac::variant_alternative< 1, T0, T1 > Struct Template Reference

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

#include <variant.hpp>

Public Types

using type = T1
 The type of the second member.
 

Detailed Description

template<typename T0, typename T1>
struct serac::variant_alternative< 1, T0, T1 >

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

Template Parameters
T0The first member type of the variant
T1The second member type of the variant

Definition at line 190 of file variant.hpp.


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