Skip to content

process get_id

Alairion edited this page May 8, 2021 · 3 revisions

nes::process::get_id

Functions

(1) id get_id() const noexcept;
  1. Returns the unique identifier for the process.

Parameters

None.

Return value

  1. Returns the unique identifier for the process. If the process object does not represent a valid process, returns process::id{}.

Complexity

  1. Constant.

Exceptions

  1. Does not throw.
Clone this wiki locally