|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
无符号大整数乘法 更多...
#include <static_numeric.hpp>
静态 Public 属性 | |
| static constexpr uintmax_t | result_high = result_type::result_high |
| 乘法结果的高位 | |
| static constexpr uintmax_t | result_low = result_type::result_low |
| 乘法结果的低位 | |