BloombergLP::bslstl::BoyerMooreHorspoolSearcher::operator=

Assignment operators

Synopses

Declared in <bslstl_boyermoorehorspoolsearcher.h>

Assign to this object the state of the specified rhs object.

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

Move-assign to this object the state of the specified rhs object.

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

Return Value

non-const reference to this searcher

Parameters

NameDescription
rhssearcher whose state to assign from