Boost.URL Logo

PrevUpHomeNext
segments_encoded::size

Return the number of elements in the container.

Synopsis
std::size_t
size() const;
Description

This function returns the number of segments in the underlying path. Empty segments count towards this total.

Exception Safety

Throws nothing.


PrevUpHomeNext