This class template implements the same interfaces as the BoyerMooreHorspoolSearcher_GeneralImp; however, the implementation is specialized for a value_type of char. Notably, needle metadata is stored/accessed from a fixed size array, not a dynamically‐sized container.
Synopsis
Declared in <bslstl_boyermoorehorspoolsearcher.h>
template<
class RNDACC_ITR_NEEDLE,
class HASH,
class EQUAL>
class BoyerMooreHorspoolSearcher_CharImp;
Type Aliases
Name |
Description |
a signed type that can describe the distance between |
|
the type of the values that can be obtained by dereferencing a |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object; |
Assignment operators |
|
Return the allocator supplied on construction. |
|
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