ArcdpsExtension
 
Loading...
Searching...
No Matches
rapidfuzz::fuzz::CachedTokenSetRatio< CharT1 > Struct Template Reference

#include <rapidfuzz_amalgamated.hpp>

Public Member Functions

template<typename InputIt1 >
 CachedTokenSetRatio (InputIt1 first1, InputIt1 last1)
 
template<typename Sentence1 >
 CachedTokenSetRatio (const Sentence1 &s1)
 
template<typename InputIt2 >
double similarity (InputIt2 first2, InputIt2 last2, double score_cutoff=0) const
 
template<typename Sentence2 >
double similarity (const Sentence2 &s2, double score_cutoff=0) const
 

Constructor & Destructor Documentation

◆ CachedTokenSetRatio() [1/2]

template<typename CharT1 >
template<typename InputIt1 >
rapidfuzz::fuzz::CachedTokenSetRatio< CharT1 >::CachedTokenSetRatio ( InputIt1  first1,
InputIt1  last1 
)
inline

◆ CachedTokenSetRatio() [2/2]

template<typename CharT1 >
template<typename Sentence1 >
rapidfuzz::fuzz::CachedTokenSetRatio< CharT1 >::CachedTokenSetRatio ( const Sentence1 &  s1)
inline

Member Function Documentation

◆ similarity() [1/2]

template<typename CharT1 >
template<typename Sentence2 >
double rapidfuzz::fuzz::CachedTokenSetRatio< CharT1 >::similarity ( const Sentence2 &  s2,
double  score_cutoff = 0 
) const

◆ similarity() [2/2]

template<typename CharT1 >
template<typename InputIt2 >
double rapidfuzz::fuzz::CachedTokenSetRatio< CharT1 >::similarity ( InputIt2  first2,
InputIt2  last2,
double  score_cutoff = 0 
) const

The documentation for this struct was generated from the following file: