size

Return the number of params

Synopsis

size_t size() noexcept;

Declared in file <src/params_encoded_base.cpp> at line 72

Description

Example

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

Complexity

Constant.

Exception Safety

Throws nothing.