Regina Calculation Engine
|
Determines if the type T is one of Regina's own integer types. More...
#include <utilities/intutils.h>
Determines if the type T is one of Regina's own integer types.
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.