Visualizações
std::basic_ios::~basic_ios
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
C++
De entrada / saída da biblioteca
| I / O manipuladores | ||||
| C estilo de I / O | ||||
Buffers Original: Buffers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(obsoleta) | ||||
Streams Original: Streams The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Abstrações Original: Abstractions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
File I / O Original: File I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Cordas I / O Original: String I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Matriz de I / O Original: Array I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
(obsoleta) | ||||
(obsoleta) | ||||
(obsoleta) | ||||
Tipos Original: Types The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | ||||
Interface de categoria de erro Original: Error category interface 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) |
std::basic_ios
Funções de membro Original: Member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
Funções do Estado Original: State functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
Formatação Original: Formatting The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
Diversos Original: Miscellaneous The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
| |||||
| |||||
| |||||
Protegido funções de membro Original: Protected member functions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |||||
| |||||
| |||||
| |||||
| |||||
~basic_ios(); |
||
Destrói o objeto
basic_ios. Nenhuma operação sobre rdbuf são executadas, não é destruída.Original:
Destroys the
basic_ios object. No operations on rdbuf are performed, it is not destroyed.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
