Searched defs:mfp_components (Results 1 – 2 of 2) sorted by relevance
359 struct mfp_components<Base,T C::*,OrigT,L> struct362 typedef typename mpl::front<typename Base::types>::type result_type;363 typedef typename detail::bcc_class_transform<C,OrigT,L>::type class_type;365 typedef mpl::vector2<result_type, class_type> result_and_class_type;376 from;377 typedef typename mpl::end<typename Base::types>::type to;379 typedef mpl::iterator_range<from,to> param_types;381 typedef mpl::joint_view< result_and_class_type, param_types> types_view;386 types;390 bits;[all …]
26 typedef ft::components<mem_func_ptr> mfp_components; typedef