Searched defs:make_void (Results 1 – 5 of 5) sorted by relevance
19 struct make_void { struct20 typedef void type;
20 template <typename... Ts> struct make_void : cpp::type_identity<void> {}; struct
679 struct make_void { struct680 using type = void;
1633 make_void(Expr const &expr) in make_void() function
2204 template<typename ...Ts> struct make_void struct2206 using type = void;