Public Types | Public Member Functions

mln::trait::next::solve_binary< Name, L_, R_ > Struct Template Reference

#include <solve_binary.hh>

List of all members.

Public Types

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

Public Member Functions

typedef mln_exact (L_) L
typedef mln_exact (R_) R

Detailed Description

template<typename Name, typename L_, typename R_>
struct mln::trait::next::solve_binary< Name, L_, R_ >

Definition at line 283 of file next/solve_binary.hh.


Member Typedef Documentation

template<typename Name , typename L_ , typename R_ >
typedef mln::category<L>::ret mln::trait::next::solve_binary< Name, L_, R_ >::Category_L

Definition at line 287 of file next/solve_binary.hh.

template<typename Name , typename L_ , typename R_ >
typedef mln::category<R>::ret mln::trait::next::solve_binary< Name, L_, R_ >::Category_R

Definition at line 288 of file next/solve_binary.hh.

template<typename Name , typename L_ , typename R_ >
typedef internal::helper_solve_binary_< Name, Category_L, L, Category_R, R > mln::trait::next::solve_binary< Name, L_, R_ >::meta_code

Definition at line 289 of file next/solve_binary.hh.

template<typename Name , typename L_ , typename R_ >
typedef meta_code::ret mln::trait::next::solve_binary< Name, L_, R_ >::ret

Definition at line 290 of file next/solve_binary.hh.


Member Function Documentation

template<typename Name , typename L_ , typename R_ >
typedef mln::trait::next::solve_binary< Name, L_, R_ >::mln_exact ( L_   ) 
template<typename Name , typename L_ , typename R_ >
typedef mln::trait::next::solve_binary< Name, L_, R_ >::mln_exact ( R_   )