boost::urls::grammar::string_view_base::empty

Return true if the string is empty

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>
constexpr
bool
empty() const noexcept;


Description

See core::string_view::size

Return Value

true if the string is empty

Created with MrDocs