-
Notifications
You must be signed in to change notification settings - Fork 7
shared_library native_handle
Alairion edited this page Jun 1, 2019
·
7 revisions
(1) native_handle_type native_handle() const noexcept;
- Returns the underlying, implementation-defined, representation of a shared library.
- 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.
- Constant.
- Does not throw.