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