Skip to content

shared_memory native_handle

Alairion edited this page May 8, 2021 · 2 revisions

nes::shared_memory::native_handle

Functions

(1) native_handle_type native_handle() const noexcept;
  1. Returns the underlying, implementation-defined, representation of a shared memory object.

Parameters

None.

Return value

  1. Returns the underlying, implementation-defined, representation of a shared memory object. If the shared memory object was default-constructed or moved the returned value is a null handle.

Complexity

  1. Constant.

Exceptions

  1. Does not throw.
Clone this wiki locally