libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ operator=() [1/2]

exception_ptr & std::__unspecified__::exception_ptr::operator= ( const exception_ptr & __other)
inlinenoexcept

Definition at line 271 of file exception_ptr.h.

272 {
273 exception_ptr(__other).swap(*this);
274 return *this;
275 }