Copy-construct a BoyerMooreHorspoolSearcher_CharImp.
Declared in <bslstl_boyermoorehorspoolsearcher.h>
BoyerMooreHorspoolSearcher_CharImp(BoyerMooreHorspoolSearcher_CharImp const& original);
Create a BoyerMooreHorspoolSearcher_CharImp object having same state as the specified original object. The allocator of original is propagated to the new object.
| Name | Description |
|---|---|
| original | object whose state to copy |