get_Item()

Tuple::get_Item() const method

Gets the value of the Tuple object’s component.

template<int32_t> std::tuple_element<Index, tuple_t>::type System::Tuple<Args>::get_Item() const

Template parameters

ParameterDescription
IndexThe number of item the class should return.

See Also