BloombergLP::bslstl::BoyerMooreHorspoolSearcher::operator=

Assignment operators

Synopses

Declared in <bslstl_boyermoorehorspoolsearcher.h>

Assign to this object the state -- needleFirst(), needleLast(), hash(), and equal() -- of the specified rhs object, and return a non-const reference to this searcher.

BoyerMooreHorspoolSearcher<RNDACC_ITR_NEEDLE, HASH, EQUAL>&
operator=(BoyerMooreHorspoolSearcher const& rhs);
» more...

Assign to this object the state of the specified rhs object -- needleFirst(), needleLast(), hash(), and equal() -- and return a non-const reference to this searcher. The rhs is left in an unspecified (valid) state.

BoyerMooreHorspoolSearcher<RNDACC_ITR_NEEDLE, HASH, EQUAL>&
operator=(BloombergLP::bslmf::MovableRef<BoyerMooreHorspoolSearcher> rhs);
» more...