Alias that maps any set of types to void, used to detect the validity of an expression in SFINAE contexts.
void
Declared in <fmt/base.h>
<fmt/base.h>
template<typename...> using void_t = void;