Create a BoyerMooreHorspoolSearcher_CharImp object having same state as the specified original object by moving (in constant time) the state of the original object to the new object. The allocator of original is propagated to the new object. The original object is left in an unspecified (valid) state.
Synopsis
Declared in <bslstl_boyermoorehorspoolsearcher.h>
BoyerMooreHorspoolSearcher_CharImp(BloombergLP::bslmf::MovableRef<BoyerMooreHorspoolSearcher_CharImp> original) noexcept;
Created with MrDocs