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

◆ begin()

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

Returns an iterator to the first character of the string.

Returns
Iterator to the first character.

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