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) }

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


Member Enumeration Documentation

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