Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::begin

Return an iterator to the beginning.

constexpr basic_static_string::iterator
begin() noexcept;
  » more...

constexpr basic_static_string::const_iterator
begin() const noexcept;
  » more...

PrevUpHomeNext