类 | |
| class | CDynInt< T, sz > |
| integer type of dynamic size 更多... | |
类型定义 | |
convenience typedefs | |
| typedef CDynInt< uint64_t, 3 > | uint192_t |
| 192 bit integer constructed out of 3 64bit uint64_t's 更多... | |
| typedef CDynInt< uint64_t, 4 > | uint256_t |
| 256 bit integer constructed out of 4 64bit uint64_t's 更多... | |
| typedef CDynInt< uint64_t, 8 > | uint512_t |
| 512 bit integer constructed out of 8 64bit uint64_t's 更多... | |
| typedef CDynInt< uint64_t, 16 > | uint1024_t |
| 1024 bit integer constructed out of 16 64bit uint64_t's 更多... | |