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

Method get_history

tests/test_class_sh_shared_ptr_copy_move.cpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 return *this;
25 }
26 std::string get_history() const { return "Foo" + fooNames[SerNo] + history; }
27};
28
29using FooShPtr = Foo<0>;

Callers 5

test_shptr_copyFunction · 0.80
test_smhld_copyFunction · 0.80
test_shptr_moveFunction · 0.80
test_smhld_moveFunction · 0.80
_check_propertyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected