MCPcopy Create free account
hub / github.com/pybind/pybind11 / get_noncopyable

Method get_noncopyable

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

Source from the content-addressed store, hash-verified

145class NCVirtTrampoline : public NCVirt {
146#if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) && !defined(__PGIC__)
147 NonCopyable get_noncopyable(int a, int b) override {
148 PYBIND11_OVERRIDE(NonCopyable, NCVirt, get_noncopyable, a, b);
149 }
150#endif
151 Movable get_movable(int a, int b) override {
152 PYBIND11_OVERRIDE_PURE(Movable, NCVirt, get_movable, a, b);

Callers

nothing calls this directly

Calls 1

PYBIND11_OVERRIDEFunction · 0.70

Tested by

no test coverage detected