Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pct_string_view::empty

(Inherited from grammar::string_view_base)

Return true if the string is empty.

Synopsis
constexpr bool
empty() const;
Description

See string_view::size


PrevUpHomeNext