x
Yes
No
Do you want to visit DriveHQ English website?
首页
产品服务
价格
免费试用
下载客户端
关于我们
云文件服务
|
云备份服务
|
FTP服务
|
企业邮箱服务
|
网站托管
|
客户端软件
云文件服务
云备份服务
FTP服务
企业级邮箱服务
网站托管
客户端软件
int_float_mixture.hpp - Hosted on DriveHQ Cloud IT Platform
返回上层目录
上传
下载
共享
发布
新建文件夹
新建文件
复制
剪切
删除
粘贴
评论
升级服务
路径: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\numeric\conversion\detail\int_float_mixture.hpp
旋转
特效
属性
历史版本
// � Copyright Fernando Luis Cacciola Carballal 2000-2004 // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See library home page at http://www.boost.org/libs/numeric/conversion // // Contact the author at: fernando_cacciola@hotmail.com // #ifndef BOOST_NUMERIC_CONVERSION_DETAIL_INT_FLOAT_MIXTURE_FLC_12NOV2002_HPP #define BOOST_NUMERIC_CONVERSION_DETAIL_INT_FLOAT_MIXTURE_FLC_12NOV2002_HPP #include "boost/config.hpp" #include "boost/limits.hpp" #include "boost/numeric/conversion/int_float_mixture_enum.hpp" #include "boost/numeric/conversion/detail/meta.hpp" #include "boost/mpl/integral_c.hpp" namespace boost { namespace numeric { namespace convdetail { // Integral Constants for 'IntFloatMixture' typedef mpl::integral_c
int2int_c ; typedef mpl::integral_c
int2float_c ; typedef mpl::integral_c
float2int_c ; typedef mpl::integral_c
float2float_c ; // Metafunction: // // get_int_float_mixture
::type // // Selects the appropriate Int-Float Mixture Integral Constant for the combination T,S. // template
struct get_int_float_mixture { typedef mpl::bool_< ::std::numeric_limits
::is_integer > S_int ; typedef mpl::bool_< ::std::numeric_limits
::is_integer > T_int ; typedef typename for_both
::type type ; } ; // Metafunction: // // for_int_float_mixture
::type // // {Mixture} is one of the Integral Constants for Mixture, declared above. // {int_int,int_float,float_int,float_float} are aribtrary types. (not metafunctions) // // According to the value of 'IntFloatMixture', selects the corresponding type. // template
struct for_int_float_mixture { typedef typename ct_switch4
::type type ; } ; } } } // namespace boost::numeric::convdetail #endif // ///////////////////////////////////////////////////////////////////////////////////////////////
int_float_mixture.hpp
网页地址
文件地址
上一页
4/9
下一页
下载
( 2 KB )
Comments
Total ratings:
0
Average rating:
无评论
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.