Public Types

mln::trait::set_precise_binary_< op::plus, my_image2d< T >, my_image2d< U > > Struct Template Reference

List of all members.

Public Types

typedef my_image2d< V > & ret
typedef mln::trait::op::plus
< T, U >::ret 
V

Detailed Description

template<typename T, typename U>
struct mln::trait::set_precise_binary_< op::plus, my_image2d< T >, my_image2d< U > >

Definition at line 67 of file trait/op/plus.cc.


Member Typedef Documentation

template<typename T , typename U >
typedef my_image2d<V>& mln::trait::set_precise_binary_< op::plus, my_image2d< T >, my_image2d< U > >::ret

Definition at line 70 of file trait/op/plus.cc.

template<typename T , typename U >
typedef mln::trait::op::plus< T , U >::ret mln::trait::set_precise_binary_< op::plus, my_image2d< T >, my_image2d< U > >::V

Definition at line 69 of file trait/op/plus.cc.