|
ios::widenpublic member function
char widen ( char c ) const; Widen character Converts c to its locale equivalent.If the basic template basic_ios is used with a type other than char the function also performs the appropiate conversion from char to the char_type used. Parameters
Return ValueThe locale equivalent of cBasic template member declaration( basic_ios<charT,traits> )
See also
|