Assignment operators
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_GeneralImp<RNDACC_ITR_NEEDLE, HASH, EQUAL>&
operator=(BoyerMooreHorspoolSearcher_GeneralImp 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_GeneralImp<RNDACC_ITR_NEEDLE, HASH, EQUAL>&
operator=(BloombergLP::bslmf::MovableRef<BoyerMooreHorspoolSearcher_GeneralImp> rhs);
» more...
non-const reference to this searcher
| Name | Description |
|---|---|
| rhs | object whose state to assign from |