tuple_forward.hpp

来自「CGAL is a collaborative effort of severa」· HPP 代码 · 共 29 行

HPP
29
字号
/*=============================================================================    Copyright (c) 1999-2003 Jaakko J鋜vi    Copyright (c) 2001-2003 Joel de Guzman    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)==============================================================================*/#if !defined(FUSION_SEQUENCE_TUPLE_FORWARD_HPP)#define FUSION_SEQUENCE_TUPLE_FORWARD_HPP#include <boost/spirit/fusion/sequence/limits.hpp>#include <boost/preprocessor/repetition/enum_params.hpp>#include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>#include <boost/preprocessor/repetition/repeat_from_to.hpp>namespace boost { namespace fusion{    struct void_t;    template <        BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(            FUSION_MAX_TUPLE_SIZE, typename T, void_t)    >    struct tuple;}}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?