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

Method AdderBase

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

Source from the content-addressed store, hash-verified

176 operator()(const Data &first, const Data &second, const DataVisitor &visitor) const = 0;
177 virtual ~AdderBase() = default;
178 AdderBase() = default;
179 AdderBase(const AdderBase &) = delete;
180};
181

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected