Searched refs:IntWrapper (Results 1 – 1 of 1) sorted by relevance
24 struct IntWrapper { int value; }; // Not equality comparable. in TEST() struct25 HashMap<int, IntWrapper> map; in TEST()26 map.insert(std::make_pair(1, IntWrapper{2})); in TEST()