STAPL API Reference |
Modules Classes |
Search for elements in view(s) that meet the specified criteria (e.g. stapl::find()). Defined in stapl/algorithms/algorithm.hpp. More...
Search for elements in view(s) that meet the specified criteria (e.g. stapl::find()). Defined in stapl/algorithms/algorithm.hpp.
The search operations are non-modifying algorithms that scan one or more views looking for elements that meet the specified criteria. For example, stapl::find() searches the view provided for an element that matches the value supplied to the algorithm call.