libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ cbegin() [2/2]

template<typename _CharT, typename _Traits, typename _Alloc>
const_iterator std::basic_string< _CharT, _Traits, _Alloc >::cbegin ( ) const
inlinenoexcept

Returns a read-only (constant) iterator that points to the first character in the string.

Definition at line 919 of file cow_string.h.

920 { return const_iterator(this->_M_data()); }
constexpr pointer _M_data() const
__gnu_cxx::__normal_iterator< const_pointer, basic_string > const_iterator