[file.native] (original) (raw)
The type native_handle_type represents a platform-specificnative handle to a file.
It is trivially copyable and models semiregular.
[Note 1:
For operating systems based on POSIX,native_handle_type is int.
For Windows-based operating systems,native_handle_type is HANDLE.
— _end note_]