Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs an object of type wbuffer_convert.
wbuffer_convert(std::streambuf* _Bytebuf = 0,
Codecvt* _Pcvt = new Codecvt,
state_type _State = state_type());
Parameters
Parameter |
Description |
---|---|
_Bytebuf |
The byte-oriented stream buffer to store. |
_Pcvt |
The object of type Codecvt to perform the conversion. |
_State |
The object of type cvtstate representing the conversion state. |
Remarks
This constructor constructs a stream buffer object, initializes the object representing the underlying byte stream buffer to _Bytebuf, initializesthe conversion objectto _Pcvt, and initializes the conversion state object to _State.
Requirements
Header: <cvt/wbuffer>
Namespace: stdext::cvt