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

Derived Classes

usr/include/c++/7.4.0/future
   96   class future_error : public logic_error
usr/include/c++/7.4.0/stdexcept
  147   class domain_error : public logic_error
  158   class invalid_argument : public logic_error
  170   class length_error : public logic_error
  182   class out_of_range : public logic_error

References

usr/include/c++/7.4.0/future
   96   class future_error : public logic_error
usr/include/c++/7.4.0/stdexcept
  128     logic_error(const logic_error&) _GLIBCXX_USE_NOEXCEPT;
  129     logic_error& operator=(const logic_error&) _GLIBCXX_USE_NOEXCEPT;
  129     logic_error& operator=(const logic_error&) _GLIBCXX_USE_NOEXCEPT;
  147   class domain_error : public logic_error
  158   class invalid_argument : public logic_error
  170   class length_error : public logic_error
  182   class out_of_range : public logic_error