Searched defs:Twice (Results 1 – 2 of 2) sorted by relevance
45 TEST(AnsiTerminal,Twice) TEST() argument
277 constexpr int Twice(int (*F)(int), int n) { return F(F(n)); } Twice() function