Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::phoenix::function< F > Struct Template Reference

#include <function.hpp>

Classes

struct  result
 

Public Member Functions

BOOST_CONSTEXPR function ()
 
BOOST_CONSTEXPR function (F f_)
 
detail::expression::function_eval
< F >::type const 
operator() () const
 

Public Attributes

f
 

Constructor & Destructor Documentation

template<typename F>
BOOST_CONSTEXPR boost::phoenix::function< F >::function ( )
inline
template<typename F>
BOOST_CONSTEXPR boost::phoenix::function< F >::function ( f_)
inline

Member Function Documentation

template<typename F>
detail::expression::function_eval<F>::type const boost::phoenix::function< F >::operator() ( ) const
inline

Member Data Documentation

template<typename F>
F boost::phoenix::function< F >::f

The documentation for this struct was generated from the following file: