IndexTraits< T > Struct Template Reference

#include <IndexTM.H>

List of all members.


Detailed Description

template<typename T>
struct IndexTraits< T >

Useful for preventing division by IntVects, e.g. CH_assert( ! IndexTraits<T>::isInt ); or better yet, STATIC_ASSERT( ! IndexTraits<T>::isInt );

Static Public Attributes

static bool const isInt = false
static bool const isReal = false

Member Data Documentation

template<typename T>
bool const IndexTraits< T >::isInt = false [static]

template<typename T>
bool const IndexTraits< T >::isReal = false [static]


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

Generated on Tue Apr 14 14:23:37 2009 for Chombo + EB by  doxygen 1.5.5