MCPcopy Create free account
hub / github.com/baidu/babylon / NonCopyNorMove

Method NonCopyNorMove

test/test_any.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56struct NonCopyNorMove {
57 NonCopyNorMove(int32_t) {}
58 NonCopyNorMove(const NonCopyNorMove&) = delete;
59 NonCopyNorMove(NonCopyNorMove&&) = delete;
60};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected