Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
params_base::empty

Return true if there are no params.

Synopsis
bool
empty() const;
Example
assert( ! url_view( "?key=value" ).params().[link url.ref.boost__urls__params_base.empty `empty`]() );
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext