TPIE

v1.1rc1-6-g0c97303
tpie::binary_argument_swap< T > Struct Template Reference

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

#include <tpie/util.h>

Inherits binary_function< T::second_argument_type, T::first_argument_type, T::result_type >.

Public Member Functions

 binary_argument_swap (const T &_=T())
 
bool operator() (const typename T::second_argument_type &x, const typename T::first_argument_type &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: