empty

Return true if the string is empty

Synopsis

bool empty() noexcept;

Declared in file <boost/url/decode_view.hpp> at line 239

Description

Example

assert( decode_view( "" ).empty() );

Complexity

Constant.

Exception Safety

Throws nothing.