xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator[]() [1/2]

template<typename type_t >
const_reference xtd::collections::generic::list< type_t >::operator[] ( size_type  index) const
inlineoverridevirtual

Returns a reference to the element at specified location index.

Parameters
indexThe position of the element to return.
Returns
Reference to the requested element.
Exceptions
std::out_of_rangeIf pos is not within the range of the container.

Implements xtd::collections::generic::ilist< type_t >.