Flex  0.17.9
Public Types | Public Member Functions | List of all members
gs::TopNAscCmp< T > Struct Template Reference

#include <top_n_generator.h>

Public Types

using elem_t = TopNUnit< T >
 

Public Member Functions

bool operator() (const elem_t &lhs, const elem_t &rhs) const
 
bool operator() (const T &lhs, const T &rhs) const
 

Member Typedef Documentation

◆ elem_t

template<typename T >
using gs::TopNAscCmp< T >::elem_t = TopNUnit<T>

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
bool gs::TopNAscCmp< T >::operator() ( const elem_t lhs,
const elem_t rhs 
) const
inline

◆ operator()() [2/2]

template<typename T >
bool gs::TopNAscCmp< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

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