#include <unfused.hpp>


Public Types | |
| typedef boost::result_of < function_c(fusion::vector0 <> &) >::type | call_const_0_result |
| typedef boost::result_of < function(fusion::vector0 <> &) >::type | call_0_result |
Public Member Functions | |
| BOOST_FUSION_GPU_ENABLED | unfused (func_const_fwd_t f=function()) |
| BOOST_FUSION_GPU_ENABLED call_const_0_result | operator() () const |
| BOOST_FUSION_GPU_ENABLED call_0_result | operator() () |
Protected Attributes | |
| Function | fnc_transformed |
| typedef boost::result_of< function(fusion::vector0<> &) >::type boost::fusion::unfused< Function, true >::call_0_result |
| typedef boost::result_of< function_c(fusion::vector0<> &) >::type boost::fusion::unfused< Function, true >::call_const_0_result |
|
inlineexplicit |
|
inline |
|
inline |
|
protectedinherited |