[file.native] (original) (raw)

2

#

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_]