Files
2025-10-25 03:02:53 +03:00

1.1 KiB

[file.native]

31 Input/output library [input.output]

31.10 File-based streams [file.streams]

31.10.2 Native handles [file.native]

1

#

Several classes described in [file.streams] have a member native_handle_type.

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]