tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::KDPair< Key, Data > Struct Template Reference

#include <kdpair.h>

Inheritance diagram for tesseract::KDPair< Key, Data >:

Public Member Functions

 KDPair ()=default
 
 KDPair (Key k, Data d)
 
int operator== (const KDPair< Key, Data > &other) const
 

Public Attributes

Data data
 
Key key
 

Constructor & Destructor Documentation

◆ KDPair() [1/2]

template<typename Key, typename Data>
tesseract::KDPair< Key, Data >::KDPair ( )
default

◆ KDPair() [2/2]

template<typename Key, typename Data>
tesseract::KDPair< Key, Data >::KDPair ( Key  k,
Data  d 
)
inline

Member Function Documentation

◆ operator==()

template<typename Key, typename Data>
int tesseract::KDPair< Key, Data >::operator== ( const KDPair< Key, Data > &  other) const
inline

Member Data Documentation

◆ data

template<typename Key, typename Data>
Data tesseract::KDPair< Key, Data >::data

◆ key

template<typename Key, typename Data>
Key tesseract::KDPair< Key, Data >::key

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