MCPcopy Create free account
hub / github.com/Tencent/MMKV / ThreadLock

Method ThreadLock

Core/ThreadLock.h:74–74  ·  view source on GitHub ↗

just forbid it for possibly misuse

Source from the content-addressed store, hash-verified

72
73 // just forbid it for possibly misuse
74 explicit ThreadLock(const ThreadLock &other) = delete;
75 ThreadLock &operator=(const ThreadLock &other) = delete;
76};
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected