MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / make_void

Class make_void

src/IRProtocol.hpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110using void_t = std::void_t<T>;
111#else
112template<typename ... Ts> struct make_void {
113 typedef void type;
114};
115template<typename ... Ts> using void_t = typename make_void<Ts...>::type;
116#endif
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected