.TH "std::length_error" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::length_error
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <stdexcept>\fP
.PP
Inherits \fBstd::logic_error\fP\&.
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBlength_error\fP (const char *) _GLIBCXX_TXN_SAFE"
.br
.ti -1c
.RI "\fBlength_error\fP (const \fBlength_error\fP &)=\fBdefault\fP"
.br
.ti -1c
.RI "\fBlength_error\fP (const \fBstring\fP &__arg) _GLIBCXX_TXN_SAFE"
.br
.ti -1c
.RI "\fBlength_error\fP (\fBlength_error\fP &&)=\fBdefault\fP"
.br
.ti -1c
.RI "\fBlength_error\fP & \fBoperator=\fP (const \fBlength_error\fP &)=\fBdefault\fP"
.br
.ti -1c
.RI "\fBlength_error\fP & \fBoperator=\fP (\fBlength_error\fP &&)=\fBdefault\fP"
.br
.ti -1c
.RI "\fBvirtual\fP const char * \fBwhat\fP () const noexcept"
.br
.in -1c
.SH "Detailed Description"
.PP 
Thrown when an object is constructed that would exceed its maximum permitted size (e\&.g\&., a basic_string instance)\&. 
.br
 
.SH "Member Function Documentation"
.PP 
.SS "\fBvirtual\fP const 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\&.