3 #include"arith_uint256.h"
9 template<
unsigned int BITS>
24 for(
auto& v:obj.
pn)in>>v;
29 for(
const auto& v:obj.
pn)out<<v;
Definition: arith_uint256.h:23
uint32_t pn[WIDTH]
Definition: arith_uint256.h:27
Definition: qbigint.hpp:11
void fromHex(const QString &str)
qbase_uint(const QString str)
Definition: qbigint.hpp:17
friend QDataStream & operator>>(QDataStream &in, qbase_uint< BITS > &obj)
Definition: qbigint.hpp:22
friend QDataStream & operator<<(QDataStream &out, const qbase_uint< BITS > &obj)
Definition: qbigint.hpp:27
Definition: qbigint.hpp:7