Return true if the string is empty
Synopsis
Declared in header <boost/url/decode_view.hpp>
bool
empty() const noexcept;
Description
Example
assert( decode_view( "" ).empty() );
Complexity
Constant.
Exception Safety
Throws nothing.
Return true if the string is empty
Declared in header <boost/url/decode_view.hpp>
bool
empty() const noexcept;
assert( decode_view( "" ).empty() );
Constant.
Throws nothing.