Public Types

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

#include <max.hh>

List of all members.

Public Types

enum  { value = (x > y ? x : y) }

Detailed Description

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

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


Member Enumeration Documentation

template<int x, int y>
anonymous enum
Enumerator:
value 

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