boost::urls::params_encoded_base::value_type boost::urls::params_encoded_base::value_type The value type Synopsis Declared in <boost/url/params_encoded_base.hpp> using value_type = param; Description Values of this type represent parameters whose strings retain unique ownership by making a copy. Example params_encoded_view::value_type qp( *url_view( "?first=John&last=Doe" ).params().find( "first" ) ); See Also param. Created with MrDocs