Qt equal for std::any_of
General and Desktop
3
Posts
2
Posters
1.0k
Views
1
Watching
-
wrote on 21 Apr 2016, 07:34 last edited by
Does Qt has similar function to std::any_of?
-
Hi,
AFAIK, no, but there's no need for it: you can use the standard library algorithms with Qt containers.
-
Hi,
AFAIK, no, but there's no need for it: you can use the standard library algorithms with Qt containers.