Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
segments_base::const_reference

The reference type.

Synopsis
using const_reference = std::string;
Description

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


PrevUpHomeNext