boost::urls::params_base::size boost::urls::params_base::size Return the number of params Synopsis Declared in <include/boost/url/params_base.hpp> std::size_t size() const noexcept; Description assert( url_view( "?key=value").params().size() == 1 ); Complexity Constant. Exception Safety Throws nothing. Created with MrDocs