CAPD RedHom Library
capd::homAux::SortedIndices< Rng, Cmp >::GetValue Struct Reference

#include <capd/homAux/SortedIndices.h>

Public Types

typedef reference result_type
 

Public Member Functions

 GetValue (SortedIndices *si)
 
result_type operator() (size_t idx) const
 

Public Attributes

SortedIndices_si
 

Member Typedef Documentation

template<typename Rng , typename Cmp = std::less<typename Rng::value_type>>
typedef reference capd::homAux::SortedIndices< Rng, Cmp >::GetValue::result_type

Constructor & Destructor Documentation

template<typename Rng , typename Cmp = std::less<typename Rng::value_type>>
capd::homAux::SortedIndices< Rng, Cmp >::GetValue::GetValue ( SortedIndices si)
inlineexplicit

Member Function Documentation

template<typename Rng , typename Cmp = std::less<typename Rng::value_type>>
result_type capd::homAux::SortedIndices< Rng, Cmp >::GetValue::operator() ( size_t  idx) const
inline

Member Data Documentation

template<typename Rng , typename Cmp = std::less<typename Rng::value_type>>
SortedIndices* capd::homAux::SortedIndices< Rng, Cmp >::GetValue::_si