Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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