MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator==

Function operator==

tests/test_stl_binders.cpp:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117};
118
119bool operator==(UserVectorLike const &, UserVectorLike const &) { return true; }
120bool operator!=(UserVectorLike const &, UserVectorLike const &) { return false; }
121
122class UserMapLike : private std::map<int, int> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected