NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
FuzzyResult Struct Reference

Result of a fuzzy match. More...

#include "lib.h"

Data Fields

int score
 Score (<0 = no match)
 
int span
 Match span.
 
int start
 First match position.
 
int end
 Last match position.
 

Detailed Description

Result of a fuzzy match.

Definition at line 97 of file lib.h.

Field Documentation

◆ score

int FuzzyResult::score

Score (<0 = no match)

Definition at line 99 of file lib.h.

◆ span

int FuzzyResult::span

Match span.

Definition at line 100 of file lib.h.

◆ start

int FuzzyResult::start

First match position.

Definition at line 101 of file lib.h.

◆ end

int FuzzyResult::end

Last match position.

Definition at line 102 of file lib.h.


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