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

Method VBase

tests/test_class_sh_mi_thunks.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37struct VBase {
38 VBase() = default;
39 VBase(const VBase &) = default; // silence -Wdeprecated-copy-with-dtor
40 VBase &operator=(const VBase &) = default;
41 VBase(VBase &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected