![]() |
Home | Libraries | People | FAQ | More |
Return true if the authority is empty.
bool empty() const;
An empty authority has an empty host, no userinfo, and no port.
assert( [link url.ref.boost__urls__authority_view.authority_view `authority_view`]( "" ).[link url.ref.boost__urls__authority_view.empty `empty`]() );
Throws nothing.