FleCSI Core API Version: 2.3.2
 
Loading...
Searching...
No Matches
key_tuple< VT > Struct Template Reference

A std::tuple containing the given types and indexed by the given keys. More...

Detailed Description

template<class... VT>
struct flecsi::util::key_tuple< VT >

A std::tuple containing the given types and indexed by the given keys.

Template Parameters
VTA parameter pack of types defining a key value and a type. The underlying storage will use a std::tuple of the given types. These can be referenced using the given keys.