Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Static Public Attributes | List of all members
serac::is_tuple_of_tuples< serac::tuple< T... > > Struct Template Reference

Trait for checking if a type if a serac::tuple containing only serac::tuple. More...

#include <tuple.hpp>

Static Public Attributes

static constexpr bool value = (is_tuple<T>::value && ...)
 true/false result of type check
 

Detailed Description

template<typename... T>
struct serac::is_tuple_of_tuples< serac::tuple< T... > >

Trait for checking if a type if a serac::tuple containing only serac::tuple.

Definition at line 744 of file tuple.hpp.


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