Searched refs:make_cons (Results 1 – 2 of 2) sorted by relevance
65 typedef typename result_of::make_cons<value>::type elements;83 detail::make_cons(proto::value(expr)) in operator ()()94 typedef typename result_of::make_cons<value>::type elements;109 detail::make_cons(expr) in operator ()()147 result_of::make_cons<child_component>::type164 detail::make_cons( in operator ()()193 result_of::make_cons<195 , typename result_of::make_cons<rhs_component>::type213 detail::make_cons( in operator ()()216 , detail::make_cons( in operator ()()[all …]
46 struct make_cons struct54 make_cons(Car const& car, Cdr const& cdr) in make_cons() function63 make_cons(Car const& car) in make_cons() function76 make_cons(Car& car, typename enable_if<is_function<Car> >::type* = 0) in make_cons() function