Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::rbegin

Returns a reverse iterator to the beginning.

BOOST_STATIC_STRING_CPP17_CONSTEXPR reverse_iterator
rbegin();
  » more...

BOOST_STATIC_STRING_CPP17_CONSTEXPR const_reverse_iterator
rbegin() const;
  » more...

PrevUpHomeNext