...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(Inherited from params_base
)
Return true if there are no params.
bool empty() const;
assert( ! url_view( "?key=value" ).params().empty() );
Constant.
Throws nothing.