Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bind_function.hpp File Reference
#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>
Include dependency graph for bind_function.hpp:
This graph shows which files directly or indirectly include this file:

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)