MCPcopy Create free account
hub / github.com/ashvardanian/ForkUnion / operator<

Method operator<

scripts/test.cpp:245–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243struct alignas(fu::default_alignment_k) aligned_visit_t {
244 std::size_t task = 0;
245 bool operator<(aligned_visit_t const &other) const noexcept { return task < other.task; }
246 bool operator==(aligned_visit_t const &other) const noexcept { return task == other.task; }
247 bool operator!=(std::size_t other_index) const noexcept { return task != other_index; }
248 bool operator==(std::size_t other_index) const noexcept { return task == other_index; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected