libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
operator=()
[1/2]
exception_ptr
& std::__unspecified__::exception_ptr::operator=
(
const
exception_ptr
&
__other
)
inline
noexcept
Definition at line
271
of file
exception_ptr.h
.
272
{
273
exception_ptr
(__other).swap(*
this
);
274
return
*
this
;
275
}
std::__unspecified__::exception_ptr::exception_ptr
exception_ptr() noexcept
Definition
exception_ptr.h:229
std
exception_ptr
Generated on
for libstdc++ by
1.16.1