Condividi tramite


Typedef <streambuf>

streambuf
wstreambuf

streambuf

Una specializzazione di basic_streambuf che usa char come parametri modello.

typedef basic_streambuf<char, char_traits<char>> streambuf;

Osservazioni:

Il tipo è un sinonimo del modello di classe basic_streambuf, specializzato per gli elementi di tipo char con tratti di carattere predefiniti.

wstreambuf

Una specializzazione di basic_streambuf che usa wchar_t come parametri modello.

typedef basic_streambuf<wchar_t, char_traits<wchar_t>> wstreambuf;

Osservazioni:

Il tipo è un sinonimo del modello di classe basic_streambuf, specializzato per gli elementi di tipo wchar_t con tratti di carattere predefiniti.

Vedi anche

<streambuf>