Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pct_string_view::back

(Inherited from grammar::string_view_base)

Return the last character.

Synopsis
constexpr const_reference
back() const;
Description

See string_view::back


PrevUpHomeNext