📄 dep_signature_impl_spec.inl
字号:
// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).//------------------------------------------------------------------------------// Dependecies common for both preprocessed and preprocessing mode versions// are kept separate to allow easier preprocessing.//------------------------------------------------------------------------------#if BOOST_FT_MAX_ARITY <= 8# include <boost/mpl/vector/vector10.hpp>#elif BOOST_FT_MAX_ARITY <= 18# include <boost/mpl/vector/vector20.hpp>#elif BOOST_FT_MAX_ARITY <= 28# include <boost/mpl/vector/vector30.hpp>#elif BOOST_FT_MAX_ARITY <= 38# include <boost/mpl/vector/vector40.hpp>#elif BOOST_FT_MAX_ARITY <= 48# include <boost/mpl/vector/vector50.hpp>#else# error "Default limit of mpl::vector exceeded."#endif//------------------------------------------------------------------------------// (C) Copyright Tobias Schwinger//// Use modification and distribution are subject to the boost Software License,// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).//------------------------------------------------------------------------------// Dependecies common for both preprocessed and preprocessing mode versions// are kept separate to allow easier preprocessing.//------------------------------------------------------------------------------#if BOOST_FT_MAX_ARITY <= 8# include <boost/mpl/vector/vector10.hpp>#elif BOOST_FT_MAX_ARITY <= 18# include <boost/mpl/vector/vector20.hpp>#elif BOOST_FT_MAX_ARITY <= 28# include <boost/mpl/vector/vector30.hpp>#elif BOOST_FT_MAX_ARITY <= 38# include <boost/mpl/vector/vector40.hpp>#elif BOOST_FT_MAX_ARITY <= 48# include <boost/mpl/vector/vector50.hpp>#else# error "Default limit of mpl::vector exceeded."#endif//------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -