Searched defs:TakesTwoInts (Results 1 – 1 of 1) sorted by relevance
21 struct TakesTwoInts { struct23 constexpr TakesTwoInts(int a, int b) : a_(a), b_(b) {} in TakesTwoInts() argument