Constructor

Synopses

Constructor

constexpr
segments_view() = default;

Constructor

constexpr
segments_view(segments_view const& other) = default;

Constructor

segments_view(core::string_view s);

Exceptions

Name

Thrown on

system_error

s contains an invalid path.

Parameters

Name

Description

other

The other view.

s

The string to parse.

Created with MrDocs