empty Return true if there are no params Synopsis bool empty() const noexcept; Declared in file <include/boost/url/params_encoded_base.hpp> on line 192 Defined in file <src/params_encoded_base.cpp> on line 65 Description Example assert( ! url_view( "?key=value" ).encoded_params().empty() ); Complexity Constant. Exception Safety Throws nothing.