reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/nested_exception.h
   59     nested_exception(const nested_exception&) noexcept = default;
   61     nested_exception& operator=(const nested_exception&) noexcept = default;
   61     nested_exception& operator=(const nested_exception&) noexcept = default;
   80     struct _Nested_exception : public _Except, public nested_exception
  120 			    __not_<is_base_of<nested_exception, _Up>>>;