Return the haystack advance for a mismatched rightmost character.
Declared in <bslstl_boyermoorehorspoolsearcher.h>
BoyerMooreHorspoolSearcher_CharImp<RNDACC_ITR_NEEDLE, HASH, EQUAL>::difference_type
badCharacterSkip(value_type const& value) const;
Return the number of positions to advance the search in the haystack when the specified value is found in the rightmost position of the current (unsuccessful) match attempt.
number of positions to advance the haystack search
| Name | Description |
|---|---|
| value | character at the rightmost position of the failed match |