Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ operator==
Method
operator==
tests/test_stl.cpp:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
template <typename T>
68
explicit TplCtorClass(const T &) {}
69
bool operator==(const TplCtorClass &) const { return true; }
70
};
71
72
namespace std {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected