18class tuple :
public std::vector<T> {
30template <
typename T, u
int8_t capacity>
A fixed tuple is a vector with a templated type and a reserved capacity.
Definition: cs_Tuple.h:31
A tuple is a vector with a templated type and a public constructor.
Definition: cs_Tuple.h:18
tuple()
Default constructor.
Definition: cs_Tuple.h:21