|
ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
|
A container for types. More...
#include <typelist.h>
Public Member Functions | |
| constexpr auto | size () const |
| template<std::size_t I> | |
| constexpr auto | get () const |
A container for types.
We use this to work around ADL issues when templating ttg::TT with std::tuple. This is a simple wrapper type holding type information. A tuple containing the types can be extracted using the tuple_type member type.
Definition at line 25 of file typelist.h.
|
inlineconstexpr |
Definition at line 30 of file typelist.h.
|
inlineconstexpr |
Definition at line 27 of file typelist.h.
1.9.8