[#049C1A9154896E8C07BC3EDB08AB02BFB42FD843]

Function segments_encoded_base:: size

Return the number of segments

Synopsis

            std::size_t
size() const noexcept;
        

Description

Example

assert( url_view( "/path/to/file.txt" ).encoded_segments().size() == 3 );

Complexity

Constant.

Exception Safety

Throws nothing.