Namespaces
Variants

std::basic_streambuf<CharT,Traits>:: operator=

From cppreference.net
basic_streambuf & operator = ( const basic_streambuf & other ) ;
(C++11 이후)

other 의 데이터 멤버들을 * this 에 할당합니다.

목차

매개변수

other - 할당할 스트림 버퍼

반환값

* this

예외

구현 정의 예외를 던질 수 있습니다.

예제