basic_ostream::operator=
Assigns values for the provided basic_ostream object parameter to this object.
basic_ostream& operator=(
basic_ostream&& _Right
);
매개 변수
- _Right
An rvalue reference to a basic_ostream object.
속성 값/반환 값
Returns a basic_ostream object reference.
설명
The member operator calls swap(_Right).
요구 사항
Header: <ostream>
네임스페이스: std