copy (1) | basic_iostream& operator= (const basic_iostream&) = delete; |
---|---|
move (2) | basic_iostream& operator= (basic_iostream&& rhs); |
*this
, except the pointers to the associated stream buffers: rdbuf shall return the same in both objects as before the call.*this
*this
和rhs)。