| Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    | 
Arbitrary-precision unsigned integer declaration. More...
#include <iosfwd>#include <cstdint>

Go to the source code of this file.
| Classes | |
| class | Teuchos::BigUInt< n > | 
| Arbitrary-precision unsigned integer class.  More... | |
| Namespaces | |
| Teuchos | |
| Functions | |
| template<int n> | |
| std::ostream & | Teuchos::operator<< (std::ostream &os, BigUInt< n > a) | 
| template<int n> | |
| BigUInt< n > | Teuchos::operator+ (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| BigUInt< n > | Teuchos::operator- (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| BigUInt< n > | Teuchos::operator* (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| BigUInt< n > | Teuchos::operator/ (BigUInt< n > const &a, std::uint32_t const &b) | 
| template<int n> | |
| BigUInt< n > | Teuchos::operator/ (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| int | Teuchos::comp (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| bool | Teuchos::operator>= (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| bool | Teuchos::operator<= (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| bool | Teuchos::operator< (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| bool | Teuchos::operator> (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| bool | Teuchos::operator== (BigUInt< n > const &a, BigUInt< n > const &b) | 
| template<int n> | |
| void | Teuchos::divmod (BigUInt< n > "ient, BigUInt< n > &x, std::uint32_t const &b) | 
Arbitrary-precision unsigned integer declaration.
Definition in file Teuchos_BigUIntDecl.hpp.
 1.8.5
 1.8.5