Espaços nominais
Variantes
Acções

Diferenças entre edições de "cpp/error/unexpected"

Da cppreference.com
< cpp‎ | error
(Translated from the English version using Google Translate)
 
m (Use {{lc}}. Update links. Various fixes.)
 
(2 edições intermédias de 2 utilizadores não apresentadas)
Linha 11: Linha 11:
 
{{tr|{{tt|std::unexpected()}} também pode ser chamado diretamente do programa.|{{tt|std::unexpected()}} may also be called directly from the program.}}
 
{{tr|{{tt|std::unexpected()}} também pode ser chamado diretamente do programa.|{{tt|std::unexpected()}} may also be called directly from the program.}}
  
{{tr|Em qualquer caso, {{tt|std::unexpected}} chama o {{c|std::unexpected_handler}} instalado atualmente. O padrão {{c|std::unexpected_handler}} chamadas {{c|std::terminate}}.|In either case, {{tt|std::unexpected}} calls the currently installed {{c|std::unexpected_handler}}. The default {{c|std::unexpected_handler}} calls {{c|std::terminate}}.}}
+
{{tr|Em qualquer caso, {{tt|std::unexpected}} chama o {{|std::unexpected_handler}} instalado atualmente. O padrão {{|std::unexpected_handler}} chamadas {{|std::terminate}}.|In either case, {{tt|std::unexpected}} calls the currently installed {{|std::unexpected_handler}}. The default {{|std::unexpected_handler}} calls {{|std::terminate}}.}}
  
 
===Parâmetros===
 
===Parâmetros===
Linha 23: Linha 23:
  
 
===Veja também===
 
===Veja também===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/error/dcl list unexpected_handler}}
+
{{| cpp/error/unexpected_handler}}
{{dcl list end}}
+
{{end}}
 +
 
 +
 +
 +
 +
 +
 +
 +
 +

Edição actual desde as 09h00min de 2 de julho de 2013

 
 
Biblioteca de utilitários
Digite apoio (basic types, RTTI, type traits)
Gerenciamento de memória dinâmica
De tratamento de erros
Utilidades do programa
Variadic funções
Data e hora
Objetos de função
(C++11)
Os operadores relacionais
Original:
Relational operators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Pares e tuplas
Original:
Pairs and tuples
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
Troque, avançar e avançar
Original:
Swap, forward and move
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
 
De tratamento de erros
Manipulação de exceção
Original:
Exception handling
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulação de falhas de exceção
Original:
Exception handling failures
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unexpected
(obsoleta)
(C++11)(obsoleta)
(obsoleta)
Categorias de exceção
Original:
Exception categories
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Códigos de erro
Original:
Error codes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Códigos de erro
Afirmações
Original:
Assertions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
instalação system_error
Original:
system_error facility
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
 
Definido no cabeçalho <exception>
[[noreturn]] void unexpected();
(obsoleta)
std::unexpected() é chamado pelo tempo de execução C + + quando um especificação excepção dinâmico é violada: uma exceção é lançada a partir de uma função cuja especificação exceção proíbe excepções deste tipo.
Original:
std::unexpected() is called by the C++ runtime when a especificação excepção dinâmico is violated: an exception is thrown from a function whose exception specification forbids exceptions of this type.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
std::unexpected() também pode ser chamado diretamente do programa.
Original:
std::unexpected() may also be called directly from the program.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Em qualquer caso, std::unexpected chama o std::unexpected_handler instalado atualmente. O padrão std::unexpected_handler chamadas std::terminate.
Original:
In either case, std::unexpected calls the currently installed std::unexpected_handler. The default std::unexpected_handler calls std::terminate.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Índice

[editar] Parâmetros

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

[editar] Valor de retorno

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

[editar] Exceções

noexcept specification:  
noexcept
  (desde C++11)

[editar] Veja também

o tipo da função de chamada por std::unexpected
Original:
the type of the function called by std::unexpected
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(typedef) [edit]