Condividi tramite


Operatore streambuf::operator=

Operatore di assegnazione.

streambuf & operator =(
   const streambuf &other
);

streambuf & operator =(
   streambuf &&other
);

Parametri

  • other
    Oggetto di origine.

Valore restituito

Riferimento all'oggetto streambuf contenente il risultato dell'assegnazione.

Requisiti

Intestazione: astreambuf.h

Spazio dei nomi: concurrency::streams

Vedere anche

Riferimenti

Classe streambuf