Constructor

Synopses

Constructor

constexpr
segments_encoded_view() = default;

Constructor

constexpr
segments_encoded_view(segments_encoded_view const& other) noexcept = default;

Constructor

segments_encoded_view(core::string_view s);

Constructor

segments_encoded_view(
    iterator first,
    iterator last) noexcept;

Exceptions

Name

Thrown on

system_error

s contains an invalid path.

Parameters

Name

Description

s

The string to parse.

first

The beginning iterator.

last

The ending iterator.

Created with MrDocs