Searched refs:addThree (Results 1 – 1 of 1) sorted by relevance
86 int addThree(int x, int y, int z) { return x + y + z; } in addThree() function183 auto BBB = std::bind(addThree, 2, 3, 4); in testLiteralParameters()