Euphoria
eu::search::Searcher< T > Struct Template Reference

#include <editdistance.search.h>

Public Member Functions

void add (const T &t, std::size_t max_size)
 

Public Attributes

std::priority_queue< T > matches
 

Detailed Description

template<typename T>
struct eu::search::Searcher< T >

Definition at line 32 of file editdistance.search.h.

Member Function Documentation

◆ add()

template<typename T >
void eu::search::Searcher< T >::add ( const T &  t,
std::size_t  max_size 
)
inline

Definition at line 36 of file editdistance.search.h.

Member Data Documentation

◆ matches

template<typename T >
std::priority_queue<T> eu::search::Searcher< T >::matches

Definition at line 34 of file editdistance.search.h.


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