tmp/tmpgeltbe4c/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Native handles <a id="file.native">[[file.native]]</a>
|
| 2 |
+
|
| 3 |
+
Several classes described in [[file.streams]] have a member
|
| 4 |
+
`native_handle_type`.
|
| 5 |
+
|
| 6 |
+
The type `native_handle_type` represents a platform-specific
|
| 7 |
+
*native handle* to a file. It is trivially copyable and models
|
| 8 |
+
`semiregular`.
|
| 9 |
+
|
| 10 |
+
[*Note 1*: For operating systems based on POSIX, `native_handle_type`
|
| 11 |
+
is `int`. For Windows-based operating systems, `native_handle_type` is
|
| 12 |
+
`HANDLE`. — *end note*]
|
| 13 |
+
|