MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~with_alias

Method ~with_alias

tests/test_class_sh_factory_constructors.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57struct with_alias {
58 int val = 0;
59 virtual ~with_alias() = default;
60 // Some compilers complain about implicitly defined versions of some of the following:
61 with_alias() = default;
62 with_alias(const with_alias &) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected