System::Tuple::get_Item method

Tuple::get_Item 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
ParameterDescription
IndexThe number of item the class should return.

See Also