Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::rend

Returns a reverse iterator to the end.

BOOST_STATIC_STRING_CPP17_CONSTEXPR reverse_iterator
rend();
  » more...

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

PrevUpHomeNext