Assignment operators
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...
non-const reference to this searcher
| Name | Description |
|---|---|
| rhs | searcher whose state to assign from |