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

Method Sft

tests/test_class_sh_trampoline_shared_from_this.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13struct Sft : std::enable_shared_from_this<Sft> {
14 std::string history;
15 explicit Sft(const std::string &history_seed) : history{history_seed} {}
16 virtual ~Sft() = default;
17
18#if defined(__clang__)

Calls

no outgoing calls

Tested by

no test coverage detected