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

Method with_alias

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

Some compilers complain about implicitly defined versions of some of the following:

Source from the content-addressed store, hash-verified

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;
63 with_alias(with_alias &&) = default;
64 with_alias &operator=(const with_alias &) = default;

Callers 1

test_with_alias_successFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected