|
| bigint (uint64_t n) |
|
| bigint (const bigint &)=delete |
|
void | operator= (const bigint &)=delete |
|
void | assign (const bigint &other) |
|
void | assign (uint64_t n) |
|
int | num_bigits () const |
|
FMT_NOINLINE bigint & | operator<<= (int shift) |
|
template<typename Int > |
bigint & | operator*= (Int value) |
|
void | assign_pow10 (int exp) |
|
void | square () |
|
void | align (const bigint &other) |
|
int | divmod_assign (const bigint &divisor) |
|
|
struct | formatter< bigint > |
|
int | compare (const bigint &lhs, const bigint &rhs) |
|
int | add_compare (const bigint &lhs1, const bigint &lhs2, const bigint &rhs) |
|
The documentation for this class was generated from the following file: