MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Noncopyable

Method Noncopyable

test/embind/embind_test.cpp:2914–2914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2912
2913class Noncopyable {
2914 Noncopyable(const Noncopyable&) = delete;
2915 Noncopyable& operator=(const Noncopyable&) = delete;
2916
2917public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected