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