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);

Exceptions

Name

Thrown on

system_error

s contains an invalid path.

Parameters

Name

Description

s

The string to parse.

Created with MrDocs