Upd: 又添加了两个有趣的接口。不难。

This commit is contained in:
DarkSharpness_XzY
2023-10-22 12:52:19 +08:00
parent 922fac5dee
commit aa9ab930dc

View File

@ -51,6 +51,9 @@ public:
// Integer2
// ===================================
int2048 operator+() const;
int2048 operator-() const;
int2048 &operator=(const int2048 &);
int2048 &operator+=(const int2048 &);