YSTest
PreAlpha_b500_20140530
The YSLib Test Project
|
std::common_type 的 ystdex::fixed_point 特化类型。 更多...
#include <rational.hpp>
Public 类型 | |
using | type = ystdex::fixed_point< common_base_type, int_size, std::numeric_limits< common_base_type >::digits-int_size > |
Private 类型 | |
using | common_base_type = ystdex::common_type_t< _tBase1, _tBase2 > |
静态 Private 属性 | |
static const size_t | int_size = _vInt1 < _vInt2 ? _vInt2 : _vInt1 |
std::common_type 的 ystdex::fixed_point 特化类型。
在文件 rational.hpp 第 527 行定义.
|
private |
在文件 rational.hpp 第 531 行定义.
using std::common_type< ystdex::fixed_point< _tBase1, _vInt1, _vFrac1 >, ystdex::fixed_point< _tBase2, _vInt2, _vFrac2 > >::type = ystdex::fixed_point<common_base_type, int_size, std::numeric_limits<common_base_type>::digits - int_size> |
在文件 rational.hpp 第 537 行定义.
|
staticprivate |
在文件 rational.hpp 第 533 行定义.