MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
AbstractLinAlgPack::compare_element_indexes_less< T_Element > Struct Template Reference

ele1.index() < ele2.index() More...

#include <AbstractLinAlgPack_compare_element_indexes.hpp>

Inherits unary_function< T_Element, T_Element::index_type >.

Public Member Functions

bool operator() (const T_Element &ele1, const T_Element &ele2)
 
bool operator() (typename T_Element::index_type i, const T_Element &ele2)
 
bool operator() (const T_Element &ele1, typename T_Element::index_type i)
 

Detailed Description

template<class T_Element>
struct AbstractLinAlgPack::compare_element_indexes_less< T_Element >

ele1.index() < ele2.index()

Definition at line 60 of file AbstractLinAlgPack_compare_element_indexes.hpp.

Member Function Documentation

template<class T_Element >
bool AbstractLinAlgPack::compare_element_indexes_less< T_Element >::operator() ( const T_Element &  ele1,
const T_Element &  ele2 
)
inline
template<class T_Element >
bool AbstractLinAlgPack::compare_element_indexes_less< T_Element >::operator() ( typename T_Element::index_type  i,
const T_Element &  ele2 
)
inline
template<class T_Element >
bool AbstractLinAlgPack::compare_element_indexes_less< T_Element >::operator() ( const T_Element &  ele1,
typename T_Element::index_type  i 
)
inline

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