std::regex_traits<CharT>::translate_nocase

Obtains the comparison key for the character c, such that all characters that are equivalent to this character in the imbued locale, ignoring the case differences, if any, produce the same key.

# Declarations

CharT translate_nocase( CharT c ) const;

# Parameters

# Return value

The case-insensitive comparison key for c in the currently imbued locale.

# Example

This section is incompleteReason: no example