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