Searched refs:argList (Results 1 – 1 of 1) sorted by relevance
55 inline T operator()(const std::vector<T>& argList) in operator ()()57 return std::reduce(std::begin(argList), std::end(argList), in operator ()()76 inline T operator()(const std::vector<T>& argList) in operator ()()78 return std::reduce(std::begin(argList), std::end(argList), in operator ()()