MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / GenericCache

Method GenericCache

src/OpenColorIO/Caching.h:33–33  ·  view source on GitHub ↗

Forbid copy & move semantics.

Source from the content-addressed store, hash-verified

31
32 // Forbid copy & move semantics.
33 GenericCache(const GenericCache &) = delete;
34 GenericCache(GenericCache && other) = delete;
35 GenericCache & operator=(const GenericCache &) = delete;
36 GenericCache & operator=(GenericCache && other) = delete;

Callers

nothing calls this directly

Calls 1

isEnvPresentFunction · 0.85

Tested by

no test coverage detected