Boost.URL Logo

PrevUpHomeNext
segments_encoded::reference

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

Synopsis
using reference = string_view;
Description

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


PrevUpHomeNext