MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator=

Method operator=

tests/test_virtual_functions.cpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 NonCopyable(const NonCopyable &) = delete;
105 NonCopyable() = delete;
106 void operator=(const NonCopyable &) = delete;
107 void operator=(NonCopyable &&) = delete;
108 std::string get_value() const {
109 if (value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected