KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
kjb::Index_less_than< T > Class Template Reference

Predicate that compares the kth element of a indexable type. More...

#include <l_functors.h>

Public Types

typedef bool result_type
 

Public Member Functions

 Index_less_than (int index)
 
bool operator() (const T &lhs, const T &rhs) const
 
 ~Index_less_than ()
 

Detailed Description

template<class T>
class kjb::Index_less_than< T >

Predicate that compares the kth element of a indexable type.

Member Typedef Documentation

template<class T >
typedef bool kjb::Index_less_than< T >::result_type

Constructor & Destructor Documentation

template<class T >
kjb::Index_less_than< T >::Index_less_than ( int  index)
inline
template<class T >
kjb::Index_less_than< T >::~Index_less_than ( )
inline

Member Function Documentation

template<class T >
bool kjb::Index_less_than< T >::operator() ( const T &  lhs,
const T &  rhs 
) const
inline

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