MCPcopy Create free account
hub / github.com/Naios/function2 / deduce_to_void

Class deduce_to_void

include/function2/function2.hpp:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144// See http://stackoverflow.com/questions/35753920 for details.
145template <typename...>
146struct deduce_to_void : std::common_type<void> {};
147
148template <typename... T>
149using void_t = typename deduce_to_void<T...>::type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected