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