-
Notifications
You must be signed in to change notification settings - Fork 7
process get_id
Alairion edited this page May 8, 2021
·
3 revisions
nes::process::get_id
(1) id get_id() const noexcept;
- Returns the unique identifier for the process.
None.
- Returns the unique identifier for the process. If the process object does not represent a valid process, returns
process::id{}
.
- Constant.
- Does not throw.