#include <functional>
#include <boost/preprocessor/iterate.hpp>
#include <boost/detail/workaround.hpp>
#include "function/detail/prologue.hpp"
Go to the source code of this file.
Macros | |
#define | BOOST_FUNCTION_MAX_ARGS 10 |
#define | BOOST_PP_ITERATION_PARAMS_1 (3,(0,BOOST_FUNCTION_MAX_ARGS,<boost/function/detail/function_iterate.hpp>)) |
#define BOOST_FUNCTION_MAX_ARGS 10 |
Definition at line 19 of file function.hpp.
#define BOOST_PP_ITERATION_PARAMS_1 (3,(0,BOOST_FUNCTION_MAX_ARGS,<boost/function/detail/function_iterate.hpp>)) |
Definition at line 63 of file function.hpp.