Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
serac::tuple< T > Struct Template Reference

This is a class that mimics most of std::tuple's interface, except that it is usable in CUDA kernels and admits some arithmetic operator overloads. More...

#include <tuple.hpp>

Detailed Description

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

This is a class that mimics most of std::tuple's interface, except that it is usable in CUDA kernels and admits some arithmetic operator overloads.

Template Parameters
Tthe types stored in the tuple

see https://en.cppreference.com/w/cpp/utility/tuple for more information about std::tuple

Definition at line 28 of file tuple.hpp.


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