:relfileprefix: ../../../ [#064977DBB746FFB258D20C8DEB8E299CF902CA3D] = Function segments_base::empty pass:v,q[Return true if there are no segments] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- bool empty() const noexcept; ---- == Description === Example [,cpp] ---- assert( ! url_view( "/index.htm" ).segments().empty() ); ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `bool`