SPUC  3.0
Public Types | List of all members
SPUC::Template_Max< A_, B_ > Struct Template Reference

Max compile time calculation. More...

#include <spuc_fixed_common.h>

Public Types

enum  { maxval = (A_ > B_) ? A_ : B_ }
 
enum  { maxval = (A_ > B_) ? A_ : B_ }
 

Detailed Description

template<int A_, int B_>
struct SPUC::Template_Max< A_, B_ >

Max compile time calculation.

Member Enumeration Documentation

template<int A_, int B_>
anonymous enum
Enumerator
maxval 
template<int A_, int B_>
anonymous enum
Enumerator
maxval 

The documentation for this struct was generated from the following files: