bind_iterate.hpp
来自「An article on the implementation of a fa」· HPP 代码 · 共 9 行
HPP
9 行
#if !defined(BOOST_PP_IS_ITERATING)
# error FD.Bind - do not include this file!
#endif
#define FD_DELEGATE_NUM_ARGS BOOST_PP_ITERATION()
# include "../../../delegate/detail/maybe_include.hpp"
# include "./maybe_include.hpp"
#undef FD_DELEGATE_NUM_ARGS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?