◐ Shell
clean mode source ↗

std::out_of_range - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

Definido no cabeçalho

<stdexcept>

class out_of_range;

Define um tipo de objeto a ser jogado como exceção. Ele relata erros que são conseqüência da tentativa de acesso a elementos fora da faixa definida.

Original:

Defines a type of object to be thrown as exception. It reports errors that are consequence of attempt to access elements out of defined range.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

cpp/error/exceptioncpp/error/logic error

Inheritance diagram

Funções de membro

constrói o objeto de exceção

Original:

constructs the exception object

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(função pública membro) [edit]

Herdado de std::exception

Member functions

destrói o objeto de exceção

Original:

destructs the exception object

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(of std::exception função pública virtual membro) [edit]

retorna uma cadeia explicativa

Original:

returns an explanatory string

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(of std::exception função pública virtual membro) [edit]