Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::crend

Return a reverse iterator to the end.

Synopsis
constexpr basic_static_string::const_reverse_iterator
crend() const noexcept;

PrevUpHomeNext