[#BloombergLP-bslstl-DefaultSearcher-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/DefaultSearcher.adoc[DefaultSearcher]::DefaultSearcher :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- DefaultSearcher( FORWARD_ITR_NEEDLE needleFirst, FORWARD_ITR_NEEDLE needleLast, EQUAL equal = EQUAL()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#