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

◆ rend() [1/2]

template<typename type_t >
reverse_iterator xtd::collections::generic::list< type_t >::rend ( )
inlinenoexcept

Returns a reverse iterator to the element following the last element of the reversed vector. It corresponds to the element preceding the first element of the non-reversed vector. This element acts as a placeholder, attempting to access it results in undefined behavior.

Returns
Reverse iterator to the element following the last element.
Remarks
This element acts as a placeholder; attempting to access it results in undefined behavior.