Public Types

mln::metal::math::max< int_< x >, int_< y > > Struct Template Reference

#include <max.hh>

List of all members.

Public Types

typedef int_< max_int< x, y >
::value > 
ret

Detailed Description

template<int x, int y>
struct mln::metal::math::max< int_< x >, int_< y > >

Definition at line 64 of file metal/math/max.hh.


Member Typedef Documentation

template<int x, int y>
typedef int_< max_int<x, y>::value > mln::metal::math::max< int_< x >, int_< y > >::ret

Definition at line 66 of file metal/math/max.hh.