fmt::void_t

Alias that maps any set of types to void, used to detect the validity of an expression in SFINAE contexts.

Synopsis

Declared in <fmt/base.h>

template<typename...>
using void_t = void;