compare

Return the result of comparing this with another authority

Synopsis

int
compare(const authority_view& other) const noexcept;

Declared in file <include/boost/url/authority_view.hpp> on line 1232

Defined in file <src/authority_view.cpp> on line 350

Description

This function compares two authorities according to Syntax-Based comparison algorithm.

Exception Safety

Throws nothing.