Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::end

Return an iterator to the end.

constexpr basic_static_string::iterator
end() noexcept;
  » more...

constexpr basic_static_string::const_iterator
end() const noexcept;
  » more...

PrevUpHomeNext