std::regex_traits<CharT>::translate

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

# Declarations

CharT translate( CharT c ) const;

# Parameters

# Return value

The comparison key for c in the currently imbued locale.

# Example

This section is incompleteReason: no example