MCPcopy Create free account
hub / github.com/davisking/dlib / check

Function check

dlib/external/pybind11/include/pybind11/pytypes.h:295–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 bool operator!=(const handle &h) const { return m_ptr != h.m_ptr; }
294 PYBIND11_DEPRECATED("Use handle::operator bool() instead")
295 bool check() const { return m_ptr != nullptr; }
296
297protected:
298 PyObject *m_ptr = nullptr;

Callers 3

encode_8_pixel_neighborsFunction · 0.85
common.hFile · 0.85
is_template_base_ofClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected