std::basic_ios<CharT,Traits>::widen

Converts a character c to its equivalent in the current locale. The result is converted from char to character type used within the stream if needed.

# Declarations

char_type widen( char c ) const;

# Parameters

# Return value

Character converted to char_type

# See also