boost::urls::params_encoded_base::reference

The reference type

Synopsis

Declared in <boost/url/params_encoded_base.hpp>
using reference = param_pct_view;


Description

This is the type of value returned when iterators of the view are dereferenced.

See Also

param_view.

Created with MrDocs