Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
segments_view::reference

(Inherited from segments_base)

The reference type.

Synopsis
using reference = std::string;
Description

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


PrevUpHomeNext