Public Types | Public Member Functions

mln::trait::set_binary_< Op, mln::Proxy, L, mln::Proxy, R > Struct Template Reference

#include <proxy.hh>

List of all members.

Public Types

typedef
mln::internal::helper_unprox_binop
< L, R > 
helper

Public Member Functions

typedef mln_trait_binary (Op, typename helper::L_ret, typename helper::R_ret) ret

Detailed Description

template<template< class, class > class Op, typename L, typename R>
struct mln::trait::set_binary_< Op, mln::Proxy, L, mln::Proxy, R >

Definition at line 172 of file core/concept/proxy.hh.


Member Typedef Documentation

template<template< class, class > class Op, typename L , typename R >
typedef mln::internal::helper_unprox_binop<L, R> mln::trait::set_binary_< Op, mln::Proxy, L, mln::Proxy, R >::helper

Definition at line 174 of file core/concept/proxy.hh.


Member Function Documentation

template<template< class, class > class Op, typename L , typename R >
typedef mln::trait::set_binary_< Op, mln::Proxy, L, mln::Proxy, R >::mln_trait_binary ( Op  ,
typename helper::L_ret  ,
typename helper::R_ret   
)