bool operator()

in include/py_object_lt.hpp [32:34]


  bool operator()(const nanobind::object& a, const nanobind::object& b) const {
    return a < b;
  }