MaxValue< T > Struct Template Reference

Collaboration diagram for MaxValue< T >:

Collaboration graph
[legend]

List of all members.

Static Public Attributes

static const T value = IsSigned<T>::value ? -1ll ^ (1ll<<(sizeof(T)*8-1)) : (T)-1


Detailed Description

template<typename T>
struct MaxValue< T >

Definition at line 56 of file DynProgr_altivec.cc.


Member Data Documentation

template<typename T>
static const T MaxValue< T >::value = IsSigned<T>::value ? -1ll ^ (1ll<<(sizeof(T)*8-1)) : (T)-1 [static]

Definition at line 56 of file DynProgr_altivec.cc.


The documentation for this struct was generated from the following files:
Generated on Thu Jun 5 12:44:51 2008 for swps3 by  doxygen 1.5.4