empty

Return true if there are no segments

Synopsis

bool empty() noexcept;

Declared in file <src/segments_encoded_base.cpp> at line 72

Description

Example

assert( ! url_view( "/index.htm" ).encoded_segments().empty() );

Complexity

Constant.

Exception Safety

Throws nothing.