CMS 3D CMS Logo

List of all members | Public Types
npstat::PreciseType< T > Struct Template Reference

#include <PreciseType.h>

Public Types

typedef PreciseTypeHelper< T, gs::IOIsNumber< T >::value >::type type
 

Detailed Description

template<class T>
struct npstat::PreciseType< T >

Use "long double" as the most precise type among various simple numeric types, std::complex<long double> for complex types, and the type itself for other types.

Definition at line 37 of file PreciseType.h.

Member Typedef Documentation

template<class T>
typedef PreciseTypeHelper<T,gs::IOIsNumber<T>::value>::type npstat::PreciseType< T >::type

Definition at line 39 of file PreciseType.h.