Searched defs:make_void (Results 1 – 7 of 7) sorted by relevance
7 template<typename ...Ts> struct make_void struct9 using type = void;
19 struct make_void { struct20 typedef void type;
55 using make_void = boost::make_void<Ts...>; typedef
270 make_void(const lambda_functor<Arg1>& a1) { in make_void() function287 make_void(const Arg1&) { in make_void() function
1633 make_void(Expr const &expr) in make_void() function
2750 template<typename ...Ts> struct make_void struct2752 using type = void;