MCPcopy Create free account
hub / github.com/ConorWilliams/libfork / operator()

Method operator()

test/source/numa.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41struct comp {
42 auto operator()(numa_topology::numa_handle const &lhs,
43 numa_topology::numa_handle const &rhs) const noexcept -> bool {
44 return hwloc_bitmap_compare(lhs.cpup.get(), rhs.cpup.get()) < 0;
45 }
46};
47
48} // namespace

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected