A std::tuple containing the given types and indexed by the given keys. More...
A std::tuple containing the given types and indexed by the given keys.
VT | A 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. |