boost::urls::segments_view::segments_view

Constructor

Synopsis

Declared in <include/boost/url/segments_view.hpp>

constexpr
segments_view() = default;

Description

Default-constructed segments have zero elements.

segments_view ps; return segments_view( "" );

Constant.

Throws nothing.

Created with MrDocs