boost::urls::params_base::empty
Return true if there are no params
Description
assert( ! url_view( "?key=value" ).params().empty() );
Throws nothing.
Created with MrDocs
Return true if there are no params
assert( ! url_view( "?key=value" ).params().empty() );
Created with MrDocs