.TH "std::range_error" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::range_error .SH SYNOPSIS .br .PP .PP Inherits \fBstd::runtime_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBrange_error\fP (const \fBstring\fP &__arg) _GLIBCXX_TXN_SAFE" .br .ti -1c .RI "\fBrange_error\fP (const char *) _GLIBCXX_TXN_SAFE" .br .ti -1c .RI "virtual const char * \fBwhat\fP () const _GLIBCXX_TXN_SAFE_DYN noexcept" .br .in -1c .SH "Detailed Description" .PP Thrown to indicate range errors in internal computations\&. .PP Definition at line 230 of file stdexcept\&. .SH "Member Function Documentation" .PP .SS "virtual const char* std::runtime_error::what () const\fC [virtual]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" Returns a C-style character string describing the general cause of the current error (the same string passed to the ctor)\&. .PP Reimplemented from \fBstd::exception\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.