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