|
188 | 188 |
|
189 | 189 | <p class="text-right"><small> |
190 | 190 | 最終更新日時(UTC): |
191 | | - <span itemprop="datePublished" content="2024-02-04T04:09:49"> |
192 | | - 2024年02月04日 04時09分49秒 |
| 191 | + <span itemprop="datePublished" content="2025-05-28T09:17:52"> |
| 192 | + 2025年05月28日 09時17分52秒 |
193 | 193 | </span> |
194 | 194 | <br/> |
195 | 195 | <span itemprop="author" itemscope itemtype="http://schema.org/Person"> |
196 | | - <span itemprop="name">suomesta</span> |
| 196 | + <span itemprop="name">Akira Takahashi</span> |
197 | 197 | </span> |
198 | 198 | が更新 |
199 | 199 | </small></p> |
@@ -249,43 +249,6 @@ <h2>概要</h2> |
249 | 249 | </tr> |
250 | 250 | </tbody> |
251 | 251 | </table> |
252 | | -<h3>型</h3> |
253 | | -<table border="1" bordercolor="#888" style="border-collapse:collapse"> |
254 | | -<thead> |
255 | | -<tr> |
256 | | -<th>名前</th> |
257 | | -<th>説明</th> |
258 | | -<th>対応バージョン</th> |
259 | | -</tr> |
260 | | -</thead> |
261 | | -<tbody> |
262 | | -<tr> |
263 | | -<td><code>char_type</code></td> |
264 | | -<td>テンプレート仮引数<code>CharT</code></td> |
265 | | -<td></td> |
266 | | -</tr> |
267 | | -<tr> |
268 | | -<td><code>int_type</code></td> |
269 | | -<td><code>Traits::int_type</code></td> |
270 | | -<td></td> |
271 | | -</tr> |
272 | | -<tr> |
273 | | -<td><code>pos_type</code></td> |
274 | | -<td><code>Traits::pos_type</code></td> |
275 | | -<td></td> |
276 | | -</tr> |
277 | | -<tr> |
278 | | -<td><code>off_type</code></td> |
279 | | -<td><code>Traits::off_type</code></td> |
280 | | -<td></td> |
281 | | -</tr> |
282 | | -<tr> |
283 | | -<td><code>traits_type</code></td> |
284 | | -<td>テンプレート仮引数<code>Traits</code></td> |
285 | | -<td></td> |
286 | | -</tr> |
287 | | -</tbody> |
288 | | -</table> |
289 | 252 | <h3>構築・破棄</h3> |
290 | 253 | <table border="1" bordercolor="#888" style="border-collapse:collapse"> |
291 | 254 | <thead> |
@@ -348,6 +311,10 @@ <h3>オープンとクローズ</h3> |
348 | 311 | </tr> |
349 | 312 | </tbody> |
350 | 313 | </table> |
| 314 | +<h3>環境固有の情報</h3> |
| 315 | +<p>| 名前 | 説明|対応バージョン | |
| 316 | +|-----|-----|-------------| |
| 317 | +| <code><a href="basic_filebuf/native_handle.html">native_handle()</a></code> | ネイティブハンドルを取得する[<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>] | C++26 |</p> |
351 | 318 | <h3>オーバーライドされている関数</h3> |
352 | 319 | <p>すべて<code>protected</code>で定義されている。</p> |
353 | 320 | <table border="1" bordercolor="#888" style="border-collapse:collapse"> |
@@ -411,6 +378,48 @@ <h3>オーバーライドされている関数</h3> |
411 | 378 | </tr> |
412 | 379 | </tbody> |
413 | 380 | </table> |
| 381 | +<h2>メンバ型</h2> |
| 382 | +<table border="1" bordercolor="#888" style="border-collapse:collapse"> |
| 383 | +<thead> |
| 384 | +<tr> |
| 385 | +<th>名前</th> |
| 386 | +<th>説明</th> |
| 387 | +<th>対応バージョン</th> |
| 388 | +</tr> |
| 389 | +</thead> |
| 390 | +<tbody> |
| 391 | +<tr> |
| 392 | +<td><code>char_type</code></td> |
| 393 | +<td>テンプレート仮引数<code>CharT</code></td> |
| 394 | +<td></td> |
| 395 | +</tr> |
| 396 | +<tr> |
| 397 | +<td><code>int_type</code></td> |
| 398 | +<td><code>Traits::int_type</code></td> |
| 399 | +<td></td> |
| 400 | +</tr> |
| 401 | +<tr> |
| 402 | +<td><code>pos_type</code></td> |
| 403 | +<td><code>Traits::pos_type</code></td> |
| 404 | +<td></td> |
| 405 | +</tr> |
| 406 | +<tr> |
| 407 | +<td><code>off_type</code></td> |
| 408 | +<td><code>Traits::off_type</code></td> |
| 409 | +<td></td> |
| 410 | +</tr> |
| 411 | +<tr> |
| 412 | +<td><code>traits_type</code></td> |
| 413 | +<td>テンプレート仮引数<code>Traits</code></td> |
| 414 | +<td></td> |
| 415 | +</tr> |
| 416 | +<tr> |
| 417 | +<td><code>native_handle_type</code></td> |
| 418 | +<td>ネイティブハンドルの型 [<a class="cpprefjp-defined-word" data-desc="処理系定義の動作。処理系によって事前に定めた動作をする" href="../../implementation-compliance.html#dfn-implementation-defined-behavior">処理系定義</a>]</td> |
| 419 | +<td>C++26</td> |
| 420 | +</tr> |
| 421 | +</tbody> |
| 422 | +</table> |
414 | 423 | <h2>参照</h2> |
415 | 424 | <ul> |
416 | 425 | <li><code><a href="../streambuf/basic_streambuf.html">basic_streambuf</a></code></li> |
|
0 commit comments