MCPcopy Create free account
hub / github.com/boostorg/cobalt / operator==

Method operator==

example/python.cpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 bool
82 operator==(python_executor const &other) const noexcept
83 {
84 return m_ptr == other.m_ptr;
85 }
86
87 bool
88 operator!=(python_executor const &other) const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected