STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::algo_details::binary_search_map_wf< Value, StrictWeakOrdering > Class Template Reference

Work function which invokes std::binary_search. More...

Public Member Functions

 binary_search_map_wf (Value value, StrictWeakOrdering comparator)
 
template<typename View >
bool operator() (View const &view) const
 

Detailed Description

template<typename Value, typename StrictWeakOrdering>
class stapl::algo_details::binary_search_map_wf< Value, StrictWeakOrdering >

Work function which invokes std::binary_search.

Template Parameters
ValueType of the searched value.
StrictWeakOrderingBinary functor which implements the less operation.

The documentation for this class was generated from the following file: