Deprecated alias for std::is_function. Prefer the std version directly.
std::is_function
Declared in <absl/meta/type_traits.h>
<absl/meta/type_traits.h>
template<class T> using is_function [[deprecated]] = std::is_function<T>;
Deprecated. Use of this entity is allowed but discouraged.