:relfileprefix: ../../../ [#boost-urls-params_base-empty] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/params_base.adoc[pass:[params_base]]::empty Return true if there are no params == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- bool empty() const noexcept; ---- == Description === Example [,cpp] ---- assert( ! url_view( "?key=value" ).params().empty() ); ---- === Complexity Constant. === Exception Safety Throws nothing.