size

Return the number of params

Synopsis

size_t size() noexcept;

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

Description

Example

assert( url_view( "?key=value").params().size() == 1 );

Complexity

Constant.

Exception Safety

Throws nothing.