BloombergLP::bslstl::BoyerMooreHorspoolSearcher_CharImp::BoyerMooreHorspoolSearcher_CharImp

Create an implementation by moving from the specified original.

Synopsis

Declared in <bslstl_boyermoorehorspoolsearcher.h>

BoyerMooreHorspoolSearcher_CharImp(BloombergLP::bslmf::MovableRef<BoyerMooreHorspoolSearcher_CharImp> original) noexcept;

Description

The allocator of original is propagated to the new object. The original object is left in an unspecified (valid) state.

Parameters

NameDescription
originalobject whose state to move from