boost::urls::segments_encoded_view::segments_encoded_view

Constructor

Synopsis

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

Description

Default-constructed segments have zero elements.

Example


segments_encoded_view ps;

Effects


return segments_encoded_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.