...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
(Inherited from params_base
)
Return the number of params.
std::size_t size() const;
assert( url_view( "?key=value").params().size() == 1 );
Constant.
Throws nothing.