Regina 7.3 Calculation Engine
regina::IsReginaArbitraryPrecisionInteger< T > Struct Template Reference

Determines if the type T is one of Regina's arbitrary precision integer types. More...

#include <utilities/intutils.h>

Inheritance diagram for regina::IsReginaArbitraryPrecisionInteger< T >:

Detailed Description

template<typename T>
struct regina::IsReginaArbitraryPrecisionInteger< T >

Determines if the type T is one of Regina's arbitrary precision integer types.

This is true only when T is one of the classes Integer or LargeInteger.

The result will be available through the compile-time boolean constant IsReginaArbitraryPrecisionInteger<T>::value.

Python
Not present.

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

Copyright © 1999-2023, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).