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

#include <set.H>

Public Member Functions

 NotEqualKey (Cmp &c)
 
 NotEqualKey (Cmp &&c=Cmp())
 
bool operator() (const Key &a, const Key &b) const
 

Public Attributes

Cmp & cmp
 

Constructor & Destructor Documentation

template<typename Key, class Cmp = std::less<Key>>
Designar::NotEqualKey< Key, Cmp >::NotEqualKey ( Cmp &  c)
inline
template<typename Key, class Cmp = std::less<Key>>
Designar::NotEqualKey< Key, Cmp >::NotEqualKey ( Cmp &&  c = Cmp())
inline

Member Function Documentation

template<typename Key, class Cmp = std::less<Key>>
bool Designar::NotEqualKey< Key, Cmp >::operator() ( const Key &  a,
const Key &  b 
) const
inline

Member Data Documentation

template<typename Key, class Cmp = std::less<Key>>
Cmp& Designar::NotEqualKey< Key, Cmp >::cmp

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