TPIE

2362a60
tpie::binary_argument_swap< T > Struct Template Reference

A binary functor with the arguments swapped. More...

#include <tpie/util.h>

Public Member Functions

 binary_argument_swap (const T &_=T())
 
template<typename T1 , typename T2 >
bool operator() (const T1 &x, const T2 &y) const
 
template<typename T1 , typename T2 >
bool operator() (const T1 &x, const T2 &y)
 

Public Attributes

i
 

Detailed Description

template<typename T>
struct tpie::binary_argument_swap< T >

A binary functor with the arguments swapped.

Definition at line 157 of file util.h.


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