YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::fixed_multiplicative< _type > 模板结构体 参考

定点数乘除法中间类型。 更多...

#include <rational.hpp>

Public 类型

using type = typename make_signed_c< typename make_width_int< integer_width< _type >::value<< 1 >::type, is_signed< _type >::value >::type
 

详细描述

template<typename _type>
struct ystdex::fixed_multiplicative< _type >

定点数乘除法中间类型。

自从
build 260
待办事项:
保持 64 位类型精度。

在文件 rational.hpp99 行定义.

成员类型定义说明

template<typename _type>
using ystdex::fixed_multiplicative< _type >::type = typename make_signed_c<typename make_width_int<integer_width< _type>::value << 1>::type, is_signed<_type>::value>::type

在文件 rational.hpp102 行定义.


该结构体的文档由以下文件生成: