std::text_encoding::comp-name
Min standard notice:
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
a, b: strings to compare
# Return value
true if two strings compare equal as described above; false otherwise.