Assign to this object the state of the specified rhs object.
Declared in <bslstl_boyermoorehorspoolsearcher.h>
BoyerMooreHorspoolSearcher<RNDACC_ITR_NEEDLE, HASH, EQUAL>&
operator=(BoyerMooreHorspoolSearcher const& rhs);
Copies needleFirst(), needleLast(), hash(), and equal() from rhs, and return a non-const reference to this searcher.
non-const reference to this searcher
| Name | Description |
|---|---|
| rhs | searcher whose state to assign from |