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

◆ cend()

template<typename char_t , typename traits_t , typename allocator_t >
const_iterator xtd::basic_string< char_t, traits_t, allocator_t >::cend ( ) const
inlineoverridevirtual

Returns an iterator to the character following the last character of the string. This character acts as a placeholder, attempting to access it results in undefined behavior.

Returns
Iterator to the character following the last character.

Reimplemented from xtd::collections::generic::enumerable_iterators< type_t, enumerable_t >.