Boost.URL Logo

PrevUpHomeNext
params::const_reference

A type which can represent a parameter as a const reference.

Synopsis
using const_reference = reference;
Description

This type does not make a copy of a parameter and ownership is retained by the container.


PrevUpHomeNext