x
Yes
No
Do you want to visit DriveHQ English website?
首页
产品服务
价格
免费试用
下载客户端
关于我们
云文件服务
|
云备份服务
|
FTP服务
|
企业邮箱服务
|
网站托管
|
客户端软件
云文件服务
云备份服务
FTP服务
企业级邮箱服务
网站托管
客户端软件
deep_copy.hpp - Hosted on DriveHQ Cloud IT Platform
返回上层目录
上传
下载
共享
发布
新建文件夹
新建文件
复制
剪切
删除
粘贴
评论
升级服务
路径: \\game3dprogramming\materials\GameFactory\GameFactoryDemo\references\boost_1_35_0\boost\xpressive\proto\deep_copy.hpp
旋转
特效
属性
历史版本
#ifndef BOOST_PP_IS_ITERATING /////////////////////////////////////////////////////////////////////////////// /// \file deep_copy.hpp /// Replace all nodes stored by reference by nodes stored by value. // // Copyright 2007 Eric Niebler. Distributed under 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) #ifndef BOOST_PROTO_DEEP_COPY_HPP_EAN_11_21_2006 #define BOOST_PROTO_DEEP_COPY_HPP_EAN_11_21_2006 #include
#include
#include
#include
#include
#include
#include
#include
#include
namespace boost { namespace proto { namespace detail { template
struct deep_copy_impl; template
struct deep_copy_impl
{ typedef typename terminal
::type>::type expr_type; typedef typename Expr::proto_domain::template apply
::type type; template
static type call(Expr2 const &expr) { return Expr::proto_domain::make(expr_type::make(proto::arg(expr))); } }; } namespace result_of { template
struct deep_copy : detail::deep_copy_impl
{}; } namespace functional { struct deep_copy { template
struct result; template
struct result
: result_of::deep_copy
::type> {}; template
typename result_of::deep_copy
::type operator()(Expr const &expr) const { return result_of::deep_copy
::call(expr); } }; } functional::deep_copy const deep_copy = {}; namespace detail { #define BOOST_PROTO_DEFINE_DEEP_COPY_TYPE(z, n, data)\ typename deep_copy_impl
::type #define BOOST_PROTO_DEFINE_DEEP_COPY_FUN(z, n, data)\ proto::deep_copy(expr.proto_base().BOOST_PP_CAT(arg, n)) #define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PROTO_MAX_ARITY,
)) #include BOOST_PP_ITERATE() #undef BOOST_PROTO_DEFINE_DEEP_COPY_FUN #undef BOOST_PROTO_DEFINE_DEEP_COPY_TYPE } }} #endif // BOOST_PROTO_COMPILER_DEEP_COPY_HPP_EAN_11_21_2006 #else #define N BOOST_PP_ITERATION() template
struct deep_copy_impl
{ typedef expr
> expr_type; typedef typename Expr::proto_domain::template apply
::type type; template
static type call(Expr2 const &expr) { expr_type that = { BOOST_PP_ENUM(N, BOOST_PROTO_DEFINE_DEEP_COPY_FUN, ~) }; return Expr::proto_domain::make(that); } }; #undef N #endif
deep_copy.hpp
网页地址
文件地址
上一页
4/21
下一页
下载
( 3 KB )
Comments
Total ratings:
0
Average rating:
无评论
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.