ReactOS 0.4.15-dev-7924-g5949c20
out_of_range Class Reference

#include <_stdexcept.h>

Inheritance diagram for out_of_range:
Collaboration diagram for out_of_range:

Public Member Functions

 out_of_range (const string &__arg)
 
 ~out_of_range () _STLP_NOTHROW_INHERENTLY
 
- Public Member Functions inherited from logic_error
 logic_error (const string &__s)
 
 ~logic_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 73 of file _stdexcept.h.

Constructor & Destructor Documentation

◆ out_of_range()

out_of_range::out_of_range ( const string __arg)
inline

Definition at line 75 of file _stdexcept.h.

75: logic_error(__arg) {}

◆ ~out_of_range()

out_of_range::~out_of_range ( )

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