Boost.URL Logo

PrevUpHomeNext
segments_encoded::const_reference

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

Synopsis
using const_reference = string_view;
Description

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


PrevUpHomeNext