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

Method TplCtorClass

tests/test_stl.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66struct TplCtorClass {
67 template <typename T>
68 explicit TplCtorClass(const T &) {}
69 bool operator==(const TplCtorClass &) const { return true; }
70};
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected