[#89BE7FC1F88469D29530033CA85B3BED4AAD41FB]

Function authority_view:: compare

Return the result of comparing this with another authority

Synopsis

            int
compare(authority_view const& other) const noexcept;
        

Description

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

Exception Safety

Throws nothing.

Specification

  • 6.2.2 Syntax-Based Normalization (rfc3986)