$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::trait::promote< T, U > Struct Template Reference

#include <mln/trait/promote.hh>

Public Member Functions

typedef mln_exact (T) L
typedef mln_exact (U) R

Public Types

typedef mln::category< L >::ret Category_L
typedef mln::category< R >::ret Category_R
typedef
internal::helper_solve_binary_
< promote, Category_L, L,
Category_R, R > 
meta_code
typedef meta_code::ret ret

Detailed Description

template<typename T, typename U>
struct mln::trait::promote< T, U >

Definition at line 61 of file promote.hh.

Member Function Documentation

typedef mln::trait::solve_binary< promote , T , U >::mln_exact ( T  )
inherited
typedef mln::trait::solve_binary< promote , T , U >::mln_exact ( )
inherited

Member Typedef Documentation

typedef mln::category<L>::ret mln::trait::solve_binary< promote , T , U >::Category_L
inherited

Definition at line 283 of file solve_binary.hh.

typedef mln::category<R>::ret mln::trait::solve_binary< promote , T , U >::Category_R
inherited

Definition at line 284 of file solve_binary.hh.

typedef internal::helper_solve_binary_< promote , Category_L, L, Category_R, R > mln::trait::solve_binary< promote , T , U >::meta_code
inherited

Definition at line 285 of file solve_binary.hh.

typedef meta_code::ret mln::trait::solve_binary< promote , T , U >::ret
inherited

Definition at line 286 of file solve_binary.hh.