bpp-core3  3.0.0
bpp::VectorTools::order_Cmp_< T > Class Template Reference

Public Member Functions

 order_Cmp_ (const std::vector< T > &v)
 
bool operator() (size_t a, size_t b)
 

Private Attributes

const std::vector< T > & values_
 

Detailed Description

template<class T>
class bpp::VectorTools::order_Cmp_< T >

Definition at line 1293 of file VectorTools.h.

Constructor & Destructor Documentation

◆ order_Cmp_()

template<class T >
bpp::VectorTools::order_Cmp_< T >::order_Cmp_ ( const std::vector< T > &  v)
inline

Definition at line 1298 of file VectorTools.h.

Member Function Documentation

◆ operator()()

template<class T >
bool bpp::VectorTools::order_Cmp_< T >::operator() ( size_t  a,
size_t  b 
)
inline

Definition at line 1299 of file VectorTools.h.

References bpp::VectorTools::order_Cmp_< T >::values_.

Member Data Documentation

◆ values_

template<class T >
const std::vector<T>& bpp::VectorTools::order_Cmp_< T >::values_
private

Definition at line 1295 of file VectorTools.h.

Referenced by bpp::VectorTools::order_Cmp_< T >::operator()().


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