logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__unspecified__::exception_ptr - An opaque pointer to an arbitrary exception.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++          std::__unspecified__::exception_ptr(3cxx)

Detailed Description

       An opaque pointer to an arbitrary exception.

       The actual name of this type is unspecified, so the alias std::exception_ptr should be used to refer to
       it.

       Since
           C++11 (but usable in C++98 as a GCC extension)

Name

       std::__unspecified__::exception_ptr - An opaque pointer to an arbitrary exception.

Synopsis

       #include <exception>

   PublicMemberFunctionsexception_ptr (const exception_ptr &) noexcept
       exception_ptr (exception_ptr &&__o) noexcept
       exception_ptr (nullptr_t) noexcept
       const classstd::type_info * __cxa_exception_type () const noexcept
       operatorbool () const noexcept
       exception_ptr & operator= (const exception_ptr &) noexcept
       exception_ptr & operator= (exception_ptr &&__o) noexcept
       voidswap (exception_ptr &) noexcept

   Friends
       bool operator== (const exception_ptr &, const exception_ptr &) noexcept=defaultexception_ptrstd::current_exception () noexcept
       template<typename_Ex > exception_ptrstd::make_exception_ptr (_Ex) noexcept
       voidstd::rethrow_exception (exception_ptr)

   RelatedSymbols
       (Note that these are not member symbols.)
       voidswap (exception_ptr &__lhs, exception_ptr &__rhs)

See Also