// smtc_IsIntegralType.h
//

#ifndef LZZ_smtc_IsIntegralType_h
#define LZZ_smtc_IsIntegralType_h
// semantic
#include "smtc_TypePtr.h"
#define LZZ_INLINE inline
namespace smtc
{
  bool isIntegralType (TypePtr const & type);
}
#undef LZZ_INLINE
#endif
