Searched defs:PaintHasher (Results 1 – 1 of 1) sorted by relevance
64 struct PaintHasher { struct65 std::size_t operator()(const MinikinPaint& paint) const { return paint.hash(); } in operator()