Constructor

Synopsis

constexpr
pct_string_view() = default;

Description

Default constructed string are empty.

Complexity

Constant.

Exception Safety

Throws nothing.

Created with MrDocs