MCPcopy Create free account
hub / github.com/Tracktion/choc / DynamicLibrary

Method DynamicLibrary

choc/platform/choc_DynamicLibrary.h:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77inline DynamicLibrary::DynamicLibrary (DynamicLibrary&& other) : handle (other.handle)
78{
79 other.handle = nullptr;
80}
81
82inline DynamicLibrary& DynamicLibrary::operator= (DynamicLibrary&& other)
83{

Callers

nothing calls this directly

Calls 1

LoadLibraryAFunction · 0.85

Tested by

no test coverage detected