Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::begin

Return an iterator to the beginning.

constexpr iterator
begin();
  » more...

constexpr const_iterator
begin() const;
  » more...

PrevUpHomeNext