Public Types

mln::trait::set_binary_< promote, Object, T, Object, T > Struct Template Reference

Default case when one type is involved twice: the promotion type is the same as the input type (so actually there is no promotion). More...

#include <promote.hh>

List of all members.

Public Types

typedef T ret

Detailed Description

template<typename T>
struct mln::trait::set_binary_< promote, Object, T, Object, T >

Default case when one type is involved twice: the promotion type is the same as the input type (so actually there is no promotion).


Member Typedef Documentation

template<typename T >
typedef T mln::trait::set_binary_< promote, Object, T, Object, T >::ret