#include <boost/phoenix/core/expression.hpp>
#include <boost/phoenix/core/detail/function_eval.hpp>
#include <boost/phoenix/bind/detail/function_ptr.hpp>
#include <boost/phoenix/bind/preprocessed/bind_function.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::phoenix | |
Functions | |
template<typename RT > | |
detail::expression::function_eval < detail::function_ptr< 0, RT, RT(*)()> >::type const | boost::phoenix::bind (RT(*f)()) |
template<typename RT , typename T0 , typename A0 > | |
detail::expression::function_eval < detail::function_ptr< 1, RT, RT(*)(T0)>, A0 >::type const | boost::phoenix::bind (RT(*f)(T0), A0 const &a0) |