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 |
Work function which invokes std::binary_search
.
Value | Type of the searched value. |
StrictWeakOrdering | Binary functor which implements the less operation. |