swps3
MinValue< T > Struct Template Reference

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: