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

Method get_int

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

Source from the content-addressed store, hash-verified

10 pointee() = default;
11
12 int get_int() const { return 213; }
13
14 pointee(const pointee &) = delete;
15 pointee(pointee &&) = delete;

Callers 2

test_make_unique_pointeeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected