TPIE

2362a60
tpie::TPIE2STL_cmp< T, TPCMP > Class Template Reference

Convert a TPIE comparison object with a compare() function to STL comparison object with operator(). More...

#include <tpie/comparator.h>

Public Member Functions

 TPIE2STL_cmp (TPCMP *cmp)
 
bool operator() (const T &left, const T &right) const
 

Detailed Description

template<class T, class TPCMP>
class tpie::TPIE2STL_cmp< T, TPCMP >

Convert a TPIE comparison object with a compare() function to STL comparison object with operator().

Definition at line 75 of file comparator.h.


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