boost::urls::decode_view::empty boost::urls::decode_view::empty Return true if the string is empty Synopsis Declared in <include/boost/url/decode_view.hpp> bool empty() const noexcept; Description assert( decode_view( "" ).empty() ); Constant. Throws nothing. Created with MrDocs