boost::urls::segments_base::empty boost::urls::segments_base::empty Return true if there are no segments Synopsis Declared in <include/boost/url/segments_base.hpp> bool empty() const noexcept; Description assert( ! url_view( "/index.htm" ).segments().empty() ); Complexity Constant. Exception Safety Throws nothing. Created with MrDocs