ReactOS 0.4.15-dev-7842-g558ab78
range_error Class Reference

#include <_stdexcept.h>

Inheritance diagram for range_error:
Collaboration diagram for range_error:

Public Member Functions

 range_error (const string &__arg)
 
 ~range_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 81 of file _stdexcept.h.

Constructor & Destructor Documentation

◆ range_error()

range_error::range_error ( const string __arg)
inline

Definition at line 83 of file _stdexcept.h.

83: runtime_error(__arg) {}

◆ ~range_error()

range_error::~range_error ( )

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