[#C6EA779F0C32A2B3C5CA618153B738C0DC18E88A]

Function segments_view:: segments_view

Constructor

Synopsis

            constexpr
segments_view() = default;
        

Description

Default-constructed segments have zero elements.

Example

segments_view ps;

Effects

return segments_view( "" );

Complexity

Constant.

Exception Safety

Throws nothing.