Create a DefaultSearcher object that can search for the sequence of value_type values found in the specified range [needleFirst, needleLast)]. Optionally supply an equal functor for use by operator(). The behavior is undefined unless needleFirst can be advanced to equal needleLast.
Synopsis
Declared in <bslstl_defaultsearcher.h>
DefaultSearcher(
FORWARD_ITR_NEEDLE needleFirst,
FORWARD_ITR_NEEDLE needleLast,
EQUAL equal = EQUAL());
Created with MrDocs