Searched defs:make_void (Results 1 – 3 of 3) sorted by relevance
19 struct make_void { struct20 typedef void type;
18 template <typename... Ts> struct make_void : cpp::type_identity<void> {}; struct
1633 make_void(Expr const &expr) in make_void() function