Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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