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

Method pointee

tests/test_class_sh_unique_ptr_member.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class pointee { // NOT copyable.
9public:
10 pointee() = default;
11
12 int get_int() const { return 213; }
13

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected