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

Method MemoryDLL

choc/platform/choc_MemoryDLL.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44struct MemoryDLL
45{
46 MemoryDLL() = default;
47 MemoryDLL (MemoryDLL&&) = default;
48 MemoryDLL& operator= (MemoryDLL&&) = default;
49 ~MemoryDLL();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected