LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LeechCraft::Util::detail::ComparingByClosure< R > Struct Template Reference

#include "prelude.h"

Public Member Functions

template<typename T >
bool operator() (const T &left, const T &right) const
 

Public Attributes

const R R_
 

Detailed Description

template<typename R>
struct LeechCraft::Util::detail::ComparingByClosure< R >

Definition at line 238 of file prelude.h.

Member Function Documentation

template<typename R >
template<typename T >
bool LeechCraft::Util::detail::ComparingByClosure< R >::operator() ( const T &  left,
const T &  right 
) const
inline

Definition at line 243 of file prelude.h.

References LeechCraft::Util::detail::ComparingByClosure< R >::R_.

Member Data Documentation

template<typename R >
const R LeechCraft::Util::detail::ComparingByClosure< R >::R_

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