boost::urls::params_encoded_base::size

Return the number of params

Synopsis

Declared in <include/boost/url/params_encoded_base.hpp>

std::size_t
size() const noexcept;

Description

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

Constant.

Throws nothing.

Created with MrDocs