Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
segments_encoded_base::empty

Return true if there are no segments.

Synopsis
bool
empty() const;
Example
assert( ! url_view( "/index.htm" ).encoded_segments().[link url.ref.boost__urls__segments_encoded_base.empty `empty`]() );
Complexity

Constant.

Exception Safety

Throws nothing.


PrevUpHomeNext