std::ios_base::~ios_base
提供: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. |
| virtual ~ios_base(); |
||
ios_baseオブジェクトを破棄します. Original:
Destroys the
ios_base object. 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.
メンバ関数の前に定義されていない結果をもたらすでしょう、パラメータとして渡しregister_callback()erase_eventによって登録されたコールバックを呼び出します.
Original:
Before any of the member functions would yield undefined results, calls callbacks, registered by register_callback() passing erase_event as parameter.
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.
rdbufに対する操作は実行されません、それは破壊されない.Original:
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.