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

Method DynamicLibrary

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

Source from the content-addressed store, hash-verified

31struct DynamicLibrary
32{
33 DynamicLibrary() = default;
34
35 /// Attempts to load a library with the given name or path.
36 DynamicLibrary (std::string_view library);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected