Searched defs:ByteWithPayload (Results 1 – 1 of 1) sorted by relevance
23 struct ByteWithPayload { struct27 ByteWithPayload(std::uint8_t k) : key(k), payload(0) { } in ByteWithPayload() argument28 ByteWithPayload(std::uint8_t k, std::size_t p) : key(k), payload(p) { } in ByteWithPayload() function39 bool operator()(ByteWithPayload const& x, ByteWithPayload const& y) const in operator() argument44 bool operator()(ByteWithPayload const& x, ByteWithPayload const& y) const in operator() argument49 bool operator()(ByteWithPayload const& x, ByteWithPayload const& y) const { in operator() argument54 friend void swap(ByteWithPayload& lhs, ByteWithPayload& rhs) { in swap() argument