ant
A2 ant: class-based analysis framework
ant::analysis::utils::scored_match< T1, T2 > Struct Template Reference

#include <Matcher.h>

Public Member Functions

bool operator< (const scored_match< T1, T2 > &rhs) const
 
std::pair< T1, T2 > getPair () const
 

Public Attributes

double score
 
T1 a
 
T2 b
 

Member Function Documentation

◆ getPair()

template<typename T1 , typename T2 >
std::pair<T1,T2> ant::analysis::utils::scored_match< T1, T2 >::getPair ( ) const
inline

◆ operator<()

template<typename T1 , typename T2 >
bool ant::analysis::utils::scored_match< T1, T2 >::operator< ( const scored_match< T1, T2 > &  rhs) const
inline

Member Data Documentation

◆ a

template<typename T1 , typename T2 >
T1 ant::analysis::utils::scored_match< T1, T2 >::a

◆ b

template<typename T1 , typename T2 >
T2 ant::analysis::utils::scored_match< T1, T2 >::b

◆ score

template<typename T1 , typename T2 >
double ant::analysis::utils::scored_match< T1, T2 >::score

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