Search:
Reference
<ios>
ios
widen
public member function
<ios> <iostream>
std::
ios
::widen
char widen (char c) const;
Widen character
Returns the transformation of
c
to its equivalent using the
ctype::widen
facet of the
locale
object currently
imbued
in the stream.
This function is designed for instantiations of
basic_ios
that use a different (wider) character type: see
basic_ios::widen
Parameters
c
Character to be
"widened"
.
Return Value
The wide equivalent of
c
.
Data races
Accesses the stream object.
Concurrent access to the same stream object may cause data races.
Exception safety
Strong guarantee:
if an exception is thrown, there are no changes in the stream.
See also
ios::narrow
Narrow character
(public member function )
C++
Information
Tutorials
Reference
Articles
Forum
Reference
C library:
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
<cfenv> (fenv.h)
<cfloat> (float.h)
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
<ctgmath> (tgmath.h)
<ctime> (time.h)
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
Containers:
<array>
<deque>
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
<unordered_map>
<unordered_set>
<vector>
Input/Output:
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
Multi-threading:
<atomic>
<condition_variable>
<future>
<mutex>
<thread>
Other:
<algorithm>
<bitset>
<chrono>
<codecvt>
<complex>
<exception>
<functional>
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
<random>
<ratio>
<regex>
<stdexcept>
<string>
<system_error>
<tuple>
<type_traits>
<typeindex>
<typeinfo>
<utility>
<valarray>
<ios>
types:
basic_ios
fpos
io_errc
ios
ios_base
streamoff
streampos
streamsize
wios
wstreampos
manipulators:
boolalpha
dec
defaultfloat
fixed
hex
hexfloat
internal
left
noboolalpha
noshowbase
noshowpoint
noshowpos
noskipws
nounitbuf
nouppercase
oct
right
scientific
showbase
showpoint
showpos
skipws
unitbuf
uppercase
other functions:
iostream_category
ios
ios::~ios
ios::ios
public members:
ios::bad
ios::clear
ios::copyfmt
ios::eof
ios::exceptions
ios::fail
ios::fill
ios::good
ios::imbue
ios::narrow
ios::operator bool
ios::operator!
ios::rdbuf
ios::rdstate
ios::setstate
ios::tie
ios::widen
protected members:
ios::init
ios::move
ios::set_rdbuf
ios::swap