STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    

Search for elements in view(s) that meet the specified criteria (e.g. stapl::find()). Defined in stapl/algorithms/algorithm.hpp. More...

+ Collaboration diagram for Search Operations:

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.