Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
segments_base::reference

The reference type.

Synopsis
using reference = std::string;
Description

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


PrevUpHomeNext