Create a BoyerMooreHorspoolSearcher_CharImp object having the same state as the specified original object and that uses the specified basicAllocator to supply memory. If basicAllocator is 0, the currently installed default allocator is used.

Synopsis

Declared in <bslstl_boyermoorehorspoolsearcher.h>

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

Created with MrDocs