This class template implements the same interfaces as the BoyerMooreHorspoolSearcher_CharImp for arbitrary value_type.
Synopsis
Declared in <bslstl_boyermoorehorspoolsearcher.h>
template<
class RNDACC_ITR_NEEDLE,
class HASH,
class EQUAL>
class BoyerMooreHorspoolSearcher_GeneralImp;
Type Aliases
Name |
Description |
Iterator difference type. |
|
Needle value type. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Return the allocator used by this object to supply memory. |
|
Return the number of positions to advance the search in the haystack when the specified |
|
Return the equality comparison functor supplied on construction. |
|
Return the hashing functor supplied on construction. |
Created with MrDocs