boost::urls::segments_view::segments_view

Constructor

Synopsis

Declared in <boost/url/segments_view.hpp>
segments_view() noexcept;

Description

Default-constructed segments have zero elements.

Example


segments_view ps;

Effects


return segments_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.