#include <rapidfuzz_amalgamated.hpp>
|
| BlockPatternMatchVector () |
|
template<typename InputIt > |
| BlockPatternMatchVector (InputIt first, InputIt last) |
|
template<typename CharT > |
void | insert (int64_t block, CharT ch, int pos) |
|
template<typename InputIt > |
void | insert (InputIt first, InputIt last) |
|
template<typename CharT > |
uint64_t | get (int64_t block, CharT ch) const |
|
◆ BlockPatternMatchVector() [1/2]
rapidfuzz::common::BlockPatternMatchVector::BlockPatternMatchVector |
( |
| ) |
|
|
inline |
◆ BlockPatternMatchVector() [2/2]
template<typename InputIt >
rapidfuzz::common::BlockPatternMatchVector::BlockPatternMatchVector |
( |
InputIt |
first, |
|
|
InputIt |
last |
|
) |
| |
|
inline |
◆ get()
template<typename CharT >
uint64_t rapidfuzz::common::BlockPatternMatchVector::get |
( |
int64_t |
block, |
|
|
CharT |
ch |
|
) |
| const |
|
inline |
◆ insert() [1/2]
template<typename InputIt >
void rapidfuzz::common::BlockPatternMatchVector::insert |
( |
InputIt |
first, |
|
|
InputIt |
last |
|
) |
| |
|
inline |
◆ insert() [2/2]
template<typename CharT >
void rapidfuzz::common::BlockPatternMatchVector::insert |
( |
int64_t |
block, |
|
|
CharT |
ch, |
|
|
int |
pos |
|
) |
| |
|
inline |
◆ m_val
The documentation for this struct was generated from the following file: