boost::urls::segments_base::const_reference
The reference type
Synopsis
Declared in <boost/url/segments_base.hpp>
using const_reference = std::string;
Description
This is the type of value returned when iterators of the view are dereferenced.
Created with MrDocs