Create a BoyerMooreHorspoolSearcher object having same state ‐‐ needleFirst(), needleLast(), hash(), and equal() ‐‐ as the specified original object. Optionally specify a basicAllocator used to supply memory. If basicAllocator is 0, the currently installed default allocator is used.

Synopsis

Declared in <bslstl_boyermoorehorspoolsearcher.h>

BoyerMooreHorspoolSearcher(
    BoyerMooreHorspoolSearcher const& original,
    BloombergLP::bslma::Allocator* basicAllocator);

Created with MrDocs