boost::urls::segments_base::size

Return the number of segments

Synopsis

Declared in <boost/url/segments_base.hpp>
std::size_t
size() const noexcept;


Description

Example

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

Complexity

Constant.

Exception Safety

Throws nothing.

Return Value

The number of segments.

Created with MrDocs