const_member_function_less_w< T, R, P1 > Struct Template Reference

#include <statistics.h>

Public Member Functions

 const_member_function_less_w (const const_member_function_w< T, R, P1 > &func)
 
bool operator() (const T &lhs, const T &rhs) const
 

Detailed Description

template<class T, typename R, typename P1 = parameter_none_type>
struct illumina::interop::util::op::const_member_function_less_w< T, R, P1 >

Function call with a single parameter

Constructor & Destructor Documentation

const_member_function_less_w ( const const_member_function_w< T, R, P1 > &  func)
inline

Constructor

Parameters
funcpointer to member function

Member Function Documentation

bool operator() ( const T &  lhs,
const T &  rhs 
) const
inline

Perform function call

Parameters
lhsobject to compare
rhsobject to compare
Returns
true if lhs < rhs

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