Lines Matching refs:item
38 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; });
76 [&val](const auto& item) { val = val + "item: " + std::to_string(item) + " "; });
101 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; });
140 [&val](const auto& item) { val = val + "item: " + std::to_string(item) + " "; });
166 std::for_each(vector.begin(), vector.end(), [num](auto& item) { item = item * num; });
199 [&val](const auto& item) { val = val + "item: " + std::to_string(item) + " "; });