Searched defs:make_cons (Results 1 – 1 of 1) sorted by relevance
46 struct make_cons struct48 … as_meta_element<Car>::type car_type; typedef typename fusion::cons<car_type, Cdr> type;54 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