Chombo + EB + MF  3.2
Static Public Attributes | List of all members
IndexTraits< T > Struct Template Reference

#include <IndexTM.H>

Static Public Attributes

static bool const m_isInt =false
 
static bool const m_isReal =false
 

Detailed Description

template<typename T>
struct IndexTraits< T >

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

Member Data Documentation

◆ m_isInt

template<typename T >
bool const IndexTraits< T >::m_isInt =false
static

◆ m_isReal

template<typename T >
bool const IndexTraits< T >::m_isReal =false
static

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