DeSiGNAR  0.5a
Data Structures General Library
Public Member Functions | Public Attributes | List of all members
Designar::PtrCmp< T, Cmp > Struct Template Reference

#include <sort.H>

Public Member Functions

 PtrCmp (Cmp &_cmp)
 
 PtrCmp (Cmp &&_cmp=Cmp())
 
bool operator() (const T &a, const T &b) const
 

Public Attributes

Cmp & cmp
 

Constructor & Destructor Documentation

template<typename T , class Cmp >
Designar::PtrCmp< T, Cmp >::PtrCmp ( Cmp &  _cmp)
inline
template<typename T , class Cmp >
Designar::PtrCmp< T, Cmp >::PtrCmp ( Cmp &&  _cmp = Cmp())
inline

Member Function Documentation

template<typename T , class Cmp >
bool Designar::PtrCmp< T, Cmp >::operator() ( const T &  a,
const T &  b 
) const
inline

Member Data Documentation

template<typename T , class Cmp >
Cmp& Designar::PtrCmp< T, Cmp >::cmp

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