Boost.URL Logo

PrevUpHomeNext
segments_encoded::value_type

A type which can represent a segment as a value.

Synopsis
using value_type = std::string;
Description

This type allows for making a copy of a segment where ownership is retained in the copy.


PrevUpHomeNext