|
found(P pred, I f, I l, Is... fs) { |
https://youtu.be/qxHI2ckjcZU?t=3351 responding to your latest stream.
Referring to aal::var::found could be aal::var::any_of. As std::any_of takes a predicate and returns true if any are true. Also std::all_of and std::none_of.
https://en.cppreference.com/w/cpp/algorithm/all_any_none_of
An-Algorithm-Library/src/aal/algorithm.hpp
Line 19 in 50b4cb9
https://youtu.be/qxHI2ckjcZU?t=3351 responding to your latest stream.
Referring to aal::var::found could be aal::var::any_of. As std::any_of takes a predicate and returns true if any are true. Also std::all_of and std::none_of.
https://en.cppreference.com/w/cpp/algorithm/all_any_none_of