Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
segments_encoded_ref::size

(Inherited from segments_encoded_base)

Return the number of segments.

Synopsis
std::size_t
size() const;
Example
assert( url_view( "/path/to/file.txt" ).encoded_segments().[link url.ref.boost__urls__segments_encoded_ref.size `size`]() == 3 );
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext