boost::urls::segments_view::segments_view

Constructor

Synopsis

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

constexpr
segments_view() = default;

» more...

constexpr
segments_view(segments_view const& other) = default;

» more...

segments_view(core::string_view s);

» more...

Description

Default-constructed segments have zero elements.

segments_view ps; return segments_view( "" );

Constant.

Throws nothing.

Exceptions

Name Thrown on
[object Object]

contains an invalid path.

Parameters

Name Description
s

The string to parse.

Created with MrDocs