Returns the opaque OS-specific handle.
| 66 | |
| 67 | /// Returns the opaque OS-specific handle. |
| 68 | void* GetHandle() const { return m_handle; } |
| 69 | |
| 70 | /// Move assignment, transfer ownership. |
| 71 | DynamicLibrary& operator=(DynamicLibrary&& move); |
no outgoing calls
no test coverage detected