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

Method get_string2

tests/test_virtual_functions.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 // so we have to handle it specially in the trampoline class (see below).
41 virtual const std::string &get_string1() { return str1; }
42 virtual const std::string *get_string2() { return &str2; }
43
44private:
45 int state;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected