Skip to content

process joinable

Alairion edited this page May 8, 2021 · 3 revisions

nes::process::joinable

Functions

(1) bool joinable() const noexcept;
  1. Checks if the process if joinable, i.e. represents a valid process. A default-constructed process is not joinable.

Parameters

None.

Return value

  1. Returns true if the process represents a valid process.

Complexity

  1. Constant.

Exceptions

  1. Does not throw.
Clone this wiki locally