Public Member Functions | Public Attributes

mln::data::impl::value_psite_greater_< I > Struct Template Reference

#include <sort_psites.hh>

List of all members.

Public Member Functions

bool operator() (const typename I::psite &lhs, const typename I::psite &rhs) const
 value_psite_greater_ (const I &ima)

Public Attributes

const I & ima_

Detailed Description

template<typename I>
struct mln::data::impl::value_psite_greater_< I >

Definition at line 101 of file sort_psites.hh.


Constructor & Destructor Documentation

template<typename I >
mln::data::impl::value_psite_greater_< I >::value_psite_greater_ ( const I &  ima  )  [inline]

Definition at line 106 of file sort_psites.hh.


Member Function Documentation

template<typename I >
bool mln::data::impl::value_psite_greater_< I >::operator() ( const typename I::psite &  lhs,
const typename I::psite &  rhs 
) const [inline]

Member Data Documentation

template<typename I >
const I& mln::data::impl::value_psite_greater_< I >::ima_