System::ExceptionWrapper::operator= 메서드
ExceptionWrapper::operator=(const ExceptionWrapper&) method
할당 연산자.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(const ExceptionWrapper &other)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 기타 | const ExceptionWrapper& | 할당되어야 하는 래퍼 클래스의 다른 인스턴스. |
ReturnValue
새로 할당된 값을 가진 인스턴스.
또 보기
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++
ExceptionWrapper::operator=(ExceptionWrapper&&) method
이동 할당 연산자.
ExceptionWrapper & System::ExceptionWrapper<T>::operator=(ExceptionWrapper &&other) noexcept
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 기타 | ExceptionWrapper&& | 이동되어야 하는 래퍼 클래스의 다른 인스턴스. |
ReturnValue
새로 이동된 값을 가진 인스턴스.
또 보기
- Class ExceptionWrapper
- Class ExceptionWrapper
- Namespace System
- Library Aspose.Page for C++