Searched refs:fused_function_object (Results 1 – 7 of 7) sorted by relevance
62 fusion::fused_function_object< test_func<> > fused_func; in main()63 fusion::fused_function_object< test_func<noncopyable> & > fused_func_ref(f); in main()64 fusion::fused_function_object< test_func<> const > fused_func_c; in main()65 fusion::fused_function_object< test_func<> > const fused_func_c2; in main()66 fusion::fused_function_object< test_func<noncopyable> const & > fused_func_c_ref(f); in main()
26 template <class Function> class fused_function_object;31 class fused_function_object class41 inline explicit fused_function_object(func_const_fwd_t f = Function()) in fused_function_object() function in boost::fusion::fused_function_object
286 boost::fusion::fused_function_object<U> f; in main()291 boost::fusion::fused_function_object<U> f; in main()296 …lightweight_forward_adapter< boost::fusion::unfused< boost::fusion::fused_function_object<U> > > f; in main()301 … boost::forward_adapter< boost::fusion::unfused< boost::fusion::fused_function_object<U> > > f; in main()
730 [section fused_function_object]746 #include <boost/fusion/functional/adapter/fused_function_object.hpp>750 class fused_function_object;775 …[[`fused_function_object<R>(r)`] [Creates a fused function as described above, initializes the tar…776 …[[`fused_function_object<R>()`] [Creates a fused function as described above, attempts to use `R`…783 fused_function_object<Func const &> >::type787 fused_function_object<Func const &>(f));
308 …d_function_object__ [link fusion.functional.adapters.fused_function_object `fused_function_object…
15 #define BOOST_FUSION_CLASS_TPL_NAME fused_function_object
246 [ run functional/fused_function_object.cpp ]