Return the number of params

Synopsis

std::size_t
size() const noexcept;

Description

Example

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

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

The number of params.

Created with MrDocs