std::text_encoding::comp-name

Compares two strings a and b encoded in ordinary literal encoding following the Unicode Charset Alias Matching rules.

# Declarations

static constexpr bool /*comp-name*/( std::string_view a, std::string_view b );

(since C++26) (exposition only*)

# Parameters

# Return value

true if two strings compare equal as described above; false otherwise.