ReactOS 0.4.15-dev-7924-g5949c20
underflow_error Class Reference

#include <_stdexcept.h>

Inheritance diagram for underflow_error:
Collaboration diagram for underflow_error:

Public Member Functions

 underflow_error (const string &__arg)
 
 ~underflow_error () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from runtime_error
 runtime_error (const string &__s)
 
 ~runtime_error () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from __Named_exception
 __Named_exception (const string &__str)
 
 __Named_exception (const __Named_exception &)
 
__Named_exceptionoperator= (const __Named_exception &)
 
const charwhat () const _STLP_NOTHROW_INHERENTLY
 
 ~__Named_exception () _STLP_NOTHROW_INHERENTLY
 

Detailed Description

Definition at line 97 of file _stdexcept.h.

Constructor & Destructor Documentation

◆ underflow_error()

underflow_error::underflow_error ( const string __arg)
inline

Definition at line 99 of file _stdexcept.h.

99: runtime_error(__arg) {}

◆ ~underflow_error()

underflow_error::~underflow_error ( )

The documentation for this class was generated from the following file: