ArcdpsExtension
 
Loading...
Searching...
No Matches
rapidfuzz::LevenshteinWeightTable Struct Reference

#include <rapidfuzz_amalgamated.hpp>

Public Attributes

int64_t insert_cost
 
int64_t delete_cost
 
int64_t replace_cost
 

Member Data Documentation

◆ delete_cost

int64_t rapidfuzz::LevenshteinWeightTable::delete_cost

◆ insert_cost

int64_t rapidfuzz::LevenshteinWeightTable::insert_cost

◆ replace_cost

int64_t rapidfuzz::LevenshteinWeightTable::replace_cost

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