proto.hpp
来自「Boost provides free peer-reviewed portab」· HPP 代码 · 共 33 行
HPP
33 行
////////////////////////////////////////////////////////////////////////////////// \file proto.hpp/// Includes the core of Proto. Not included are the contexts, transforms and/// debugging utilities.//// Copyright 2008 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_HPP_EAN_04_01_2005#define BOOST_PROTO_HPP_EAN_04_01_2005#include <boost/xpressive/proto/detail/prefix.hpp>#include <boost/xpressive/proto/proto_fwd.hpp>#include <boost/xpressive/proto/ref.hpp>#include <boost/xpressive/proto/args.hpp>#include <boost/xpressive/proto/tags.hpp>#include <boost/xpressive/proto/eval.hpp>#include <boost/xpressive/proto/expr.hpp>#include <boost/xpressive/proto/traits.hpp>#include <boost/xpressive/proto/domain.hpp>#include <boost/xpressive/proto/fusion.hpp>#include <boost/xpressive/proto/matches.hpp>#include <boost/xpressive/proto/extends.hpp>#include <boost/xpressive/proto/literal.hpp>#include <boost/xpressive/proto/generate.hpp>#include <boost/xpressive/proto/operators.hpp>#include <boost/xpressive/proto/deep_copy.hpp>#include <boost/xpressive/proto/make_expr.hpp>#include <boost/xpressive/proto/detail/suffix.hpp>#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?