empty

Return true if there are no params

Synopsis

bool empty() noexcept;

Declared in file <src/params_base.cpp> at line 158

Description

Example

assert( ! url_view( "?key=value" ).params().empty() );

Complexity

Constant.

Exception Safety

Throws nothing.