Work function invokes sequential (i.e., STL) search
.
More...
Public Member Functions | |
range_search (Predicate binary_pred) | |
template<typename View0 , typename View1 > | |
View0::reference::reference | operator() (View0 const &source, View1 const &search_str) const |
Work function invokes sequential (i.e., STL) search
.
Predicate | Functor which is used to compare the arguments for equality. |