Home
last modified time | relevance | path

Searched defs:make_void (Results 1 – 3 of 3) sorted by relevance

/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dmake_void.hpp19 struct make_void { struct
20 typedef void type;
/external/llvm-libc/src/__support/CPP/type_traits/
Dvoid_t.h18 template <typename... Ts> struct make_void : cpp::type_identity<void> {}; struct
/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp1633 make_void(Expr const &expr) in make_void() function