Public Member Functions | Public Attributes

mln::data::impl::generic::value_offset_greater_< I > Struct Template Reference

#include <sort_offsets.hh>

List of all members.

Public Member Functions

bool operator() (unsigned lhs, unsigned rhs) const
 value_offset_greater_ (const I &ima)

Public Attributes

const I & ima_

Detailed Description

template<typename I>
struct mln::data::impl::generic::value_offset_greater_< I >

Definition at line 115 of file sort_offsets.hh.


Constructor & Destructor Documentation

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

Definition at line 118 of file sort_offsets.hh.


Member Function Documentation

template<typename I >
bool mln::data::impl::generic::value_offset_greater_< I >::operator() ( unsigned  lhs,
unsigned  rhs 
) const [inline]

Member Data Documentation

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