:relfileprefix: ../../../ [#BBFC37DEF5FCC3FC80FFD1A5D7BEA50C7750B389] = Function params_base::size pass:v,q[Return the number of params] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- size_t size() const noexcept; ---- == Description === Example [,cpp] ---- assert( url_view( "?key=value").params().size() == 1 ); ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `size_t`