System::ExceptionWrapper::operator= 메서드

ExceptionWrapper::operator=(const ExceptionWrapper&) method

할당 연산자.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
매개변수형식설명
기타const ExceptionWrapper&할당되어야 하는 래퍼 클래스의 다른 인스턴스.

ReturnValue

새로 할당된 값을 가진 인스턴스.

또 보기

ExceptionWrapper::operator=(ExceptionWrapper&&) method

이동 할당 연산자.

ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
매개변수형식설명
기타ExceptionWrapper&&이동되어야 하는 래퍼 클래스의 다른 인스턴스.

ReturnValue

새로 이동된 값을 가진 인스턴스.

또 보기