size Return the number of params Synopsis size_t size() const noexcept; Declared in file <include/boost/url/params_base.hpp> on line 207 Defined in file <src/params_base.cpp> on line 165 Description Example assert( url_view( "?key=value").params().size() == 1 ); Complexity Constant. Exception Safety Throws nothing.