Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::begin

Returns an iterator to the beginning.

BOOST_STATIC_STRING_CPP14_CONSTEXPR iterator
begin();
  » more...

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

PrevUpHomeNext