Is std::any_of required to follow short circuit logic? – stackoverflow.com

Given the following code, std::vector<int> numbers = {1, 2, 3, 4, 5}; std::any_of(std::begin(numbers), std::end(numbers), [](int number) { return number > 3; } ); is std::...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Is std::any_of required to follow short circuit logic? – stackoverflow.com"