BloombergLP::bslstl::BoyerMooreHorspoolSearcher_CharImp::operator=

Assignment operators

Synopses

Declared in <bslstl_boyermoorehorspoolsearcher.h>

Assign to this object the state of the specified rhs object, and return a non-const reference to this searcher object.

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

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

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