Constructor

Synopsis

Declared in header </boost/url/segments_view.hpp#L87[boost/url/segments_view.hpp,window=blank_]>

constexpr
segments_view() = default;

Description

Default-constructed segments have zero elements.

Example

segments_view ps;

Effects

return segments_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

  • void