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

#include <sort.H>

Public Member Functions

 KeyCmp (Cmp &_cmp)
 
 KeyCmp (Cmp &&_cmp=Cmp())
 
bool operator() (DL *l, DL *r) const
 

Public Attributes

Cmp & cmp
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T, class Cmp>
bool Designar::KeyCmp< T, Cmp >::operator() ( DL l,
DL r 
) const
inline

Member Data Documentation

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

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