.TH "std::out_of_range" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::out_of_range .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::logic_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBout_of_range\fP (\fBconst\fP char *) _GLIBCXX_TXN_SAFE" .br .ti -1c .RI "\fBout_of_range\fP (\fBconst\fP \fBout_of_range\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBout_of_range\fP (\fBconst\fP \fBstring\fP &__arg) _GLIBCXX_TXN_SAFE" .br .ti -1c .RI "\fBout_of_range\fP (\fBout_of_range\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBout_of_range\fP & \fBoperator=\fP (\fBconst\fP \fBout_of_range\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBout_of_range\fP & \fBoperator=\fP (\fBout_of_range\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBvirtual\fP \fBconst\fP char * \fBwhat\fP () \fBconst\fP \fBnoexcept\fP" .br .in -1c .SH "Detailed Description" .PP This represents an argument whose value is not within the expected range (e\&.g\&., boundary checks in basic_string)\&. .br .SH "Member Function Documentation" .PP .SS "\fBvirtual\fP \fBconst\fP char * std::logic_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)\&. .br .PP Reimplemented from \fBstd::exception\fP\&. .PP Reimplemented in \fBstd::future_error\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.