Searched defs:make_cons (Results 1 – 2 of 2) sorted by relevance
44 struct make_cons struct46 … as_meta_element<Car>::type car_type; typedef typename fusion::cons<car_type, Cdr> type;52 make_cons(Car const& car, Cdr const& cdr) in make_cons() function61 make_cons(Car const& car) in make_cons() function74 make_cons(Car& car, typename enable_if<is_function<Car> >::type* = 0) in make_cons() function
22 struct make_cons struct24 typedef cons<typename detail::as_fusion_element<Car>::type, Cdr> type;31 make_cons(Car const& car) in make_cons() function39 make_cons(Car const& car, Cdr const& cdr) in make_cons() function