[#C01E452D901155D58E75BA49F20CFA69D189D693]

Function segments_encoded_view:: segments_encoded_view

Constructor

Synopsis

            constexpr
segments_encoded_view() = default;
        

Description

Default-constructed segments have zero elements.

Example

segments_encoded_view ps;

Effects

return segments_encoded_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.