Create an implementation with the same state as original.
Declared in <bslstl_boyermoorehorspoolsearcher.h>
BoyerMooreHorspoolSearcher_CharImp(
BoyerMooreHorspoolSearcher_CharImp const& original,
BloombergLP::bslma::Allocator* basicAllocator);
The new object uses the specified basicAllocator to supply memory. If basicAllocator is 0, the currently installed default allocator is used.
| Name | Description |
|---|---|
| original | object whose state to copy |
| basicAllocator | memory allocator; null uses the default |