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

Function get_msg

tests/test_class.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template <typename T>
44std::string get_msg(const T &) {
45 return "This is really only meant to exercise successful compilation.";
46}
47
48using Empty0 = SoEmpty<0x0>;
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected