tuple C++11 and above A fixed-size collection of heterogeneous values. STL equivalent: std::tuple std::tuple ____________________________________________________________________________________________________ template struct is_tuple Defined as etl::true_type if T is an etl::tuple, otherwise etl::false_type. ____________________________________________________________________________________________________ Constructor etl::tuplestack();