Regina 7.3 Calculation Engine
|
Determines if the type T is one of Regina's own integer types (either arbitrary precision or fixed size). More...
#include <utilities/intutils.h>
Determines if the type T is one of Regina's own integer types (either arbitrary precision or fixed size).
This is true precisely when T is one of the classes Integer, LargeInteger, or NativeInteger<...>.
The result will be available through the compile-time boolean constant IsReginaInteger<T>::value.