[#FF05697587B013E34ABCDEB4106720362219F8C7]

params_base:: value_type

The value type

Synopsis

            using value_type = param;
        

Description

Values of this type represent parameters whose strings retain unique ownership by making a copy.

Example

params_view::value_type qp( *url_view( "?first=John&last=Doe" ).params().find( "first" ) );