libstdc++
GNU C++ library
Loading...
Searching...
No Matches
◆
~exception_ptr()
std::__unspecified__::exception_ptr::~exception_ptr
(
)
inline
noexcept
Definition at line
254
of file
exception_ptr.h
.
255
{
256
if
(
_M_exception_object
)
257
{
258
#if __cpp_if_consteval >= 202106L \
259
&& _GLIBCXX_HAS_BUILTIN(__builtin_eh_ptr_adjust_ref)
260
if
consteval
{
261
__builtin_eh_ptr_adjust_ref(
_M_exception_object
, -1);
262
return
;
263
}
264
#endif
265
_M_release
();
266
}
267
}
std::__unspecified__::exception_ptr::_M_release
void _M_release() noexcept
std::exception_ptr::_M_exception_object
void * _M_exception_object
Definition
exception_ptr.h:107
std
exception_ptr
Generated on
for libstdc++ by
1.16.1