The value type
using value_type = param ;
Declared in file <boost/url/params_base.hpp> at line 111
Values of this type represent parameters whose strings retain unique ownership by making a copy.
params_view::value_type qp( *url_view( "?first=John&last=Doe" ).params().find( "first" ) );