Return true if there are no segments
bool empty() noexcept;
Declared in file <src/segments_base.cpp> at line 76
assert( ! url_view( "/index.htm" ).segments().empty() );
Constant.
Throws nothing.