Public Types | Public Member Functions

mln::fun::spe::binary< Fun, T1, T2 > Struct Template Reference

#include <binary.hh>

List of all members.

Public Types

typedef impl::binary_impl
< mln_trait_fun_is_parametrable_(Fun)::value,
Fun, T1, T2 > 
super

Public Member Functions

 binary ()
template<typename U >
 binary (const U &param)

Detailed Description

template<typename Fun, typename T1, typename T2>
struct mln::fun::spe::binary< Fun, T1, T2 >

Definition at line 120 of file spe/binary.hh.


Member Typedef Documentation

template<typename Fun , typename T1 , typename T2 >
typedef impl::binary_impl<mln_trait_fun_is_parametrable_(Fun)::value, Fun, T1, T2> mln::fun::spe::binary< Fun, T1, T2 >::super

Definition at line 123 of file spe/binary.hh.


Constructor & Destructor Documentation

template<typename Fun , typename T1 , typename T2 >
mln::fun::spe::binary< Fun, T1, T2 >::binary (  )  [inline]

Definition at line 125 of file spe/binary.hh.

template<typename Fun , typename T1 , typename T2 >
template<typename U >
mln::fun::spe::binary< Fun, T1, T2 >::binary ( const U &  param  )  [inline]

Definition at line 130 of file spe/binary.hh.