Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::unfused< Function, false > Class Template Reference

#include <unfused.hpp>

Inheritance diagram for boost::fusion::unfused< Function, false >:
Collaboration diagram for boost::fusion::unfused< Function, false >:

Classes

struct  result
 

Public Member Functions

BOOST_FUSION_GPU_ENABLED unfused (func_const_fwd_t f=function())
 

Protected Types

typedef detail::qf_c< Function >
::type 
function_c
 
typedef detail::qf< Function >
::type 
function
 
typedef detail::call_param
< Function >::type 
func_const_fwd_t
 

Protected Attributes

Function fnc_transformed
 

Member Typedef Documentation

template<class Function >
typedef detail::call_param<Function>::type boost::fusion::unfused< Function, false >::func_const_fwd_t
protected
template<class Function >
typedef detail::qf<Function>::type boost::fusion::unfused< Function, false >::function
protected
template<class Function >
typedef detail::qf_c<Function>::type boost::fusion::unfused< Function, false >::function_c
protected

Constructor & Destructor Documentation

template<class Function >
BOOST_FUSION_GPU_ENABLED boost::fusion::unfused< Function, false >::unfused ( func_const_fwd_t  f = function())
inlineexplicit

Member Data Documentation

template<class Function >
Function boost::fusion::unfused< Function, false >::fnc_transformed
protected

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