MinValue< T > Struct Template Reference

Collaboration diagram for MinValue< T >:

Collaboration graph
[legend]

List of all members.

Static Public Attributes

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


Detailed Description

template<typename T>
struct MinValue< T >

Definition at line 60 of file DynProgr_altivec.cc.


Member Data Documentation

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

Definition at line 60 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