Lines Matching refs:ints
1647 constexpr int sum(std::initializer_list<int> ints) {1648 return sum(ints.begin(), ints.end());