class bigint
Declaration
class bigint { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/format.h:2799
Method Overview
- public constexpr void align(const fmt::detail::bigint & other)
- public constexpr void assign(const fmt::detail::bigint & other)
- public constexpr void assign_pow10(int exp)
- public constexpr bigint()
- public bigint(uint64_t n)
- public bigint(const fmt::detail::bigint &)
- public constexpr int divmod_assign(const fmt::detail::bigint & divisor)
- public constexpr int num_bigits() const
- public constexpr void square()
Methods
¶constexpr void align(
const fmt::detail::bigint& other)
constexpr void align(
const fmt::detail::bigint& other)
Declared at: third_party/fmt/include/fmt/format.h:3025
Parameters
- const fmt::detail::bigint& other
¶constexpr void assign(
const fmt::detail::bigint& other)
constexpr void assign(
const fmt::detail::bigint& other)
Declared at: third_party/fmt/include/fmt/format.h:2895
Parameters
- const fmt::detail::bigint& other
¶constexpr void assign_pow10(int exp)
constexpr void assign_pow10(int exp)
Declared at: third_party/fmt/include/fmt/format.h:2976
Parameters
- int exp
¶constexpr bigint()
constexpr bigint()
Declared at: third_party/fmt/include/fmt/format.h:2889
¶bigint(uint64_t n)
bigint(uint64_t n)
Declared at: third_party/fmt/include/fmt/format.h:2890
Parameters
- uint64_t n
¶bigint(const fmt::detail::bigint&)
bigint(const fmt::detail::bigint&)
Declared at: third_party/fmt/include/fmt/format.h:2892
Parameters
- const fmt::detail::bigint&
¶constexpr int divmod_assign(
const fmt::detail::bigint& divisor)
constexpr int divmod_assign(
const fmt::detail::bigint& divisor)
Declared at: third_party/fmt/include/fmt/format.h:3038
Parameters
- const fmt::detail::bigint& divisor
¶constexpr int num_bigits() const
constexpr int num_bigits() const
Declared at: third_party/fmt/include/fmt/format.h:2908
¶constexpr void square()
constexpr void square()
Declared at: third_party/fmt/include/fmt/format.h:2995