Skip to content

shared_library native_handle

Alairion edited this page Jun 1, 2019 · 7 revisions

nes::shared_library::native_handle

Functions

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

Return value

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

Complexity

  1. Constant.

Exceptions

  1. Does not throw.
Clone this wiki locally