template <typename T>
struct negation
Defined at line 169 of file ../../third_party/abseil-cpp/absl/meta/type_traits.h
negation
Performs a compile-time logical NOT operation on the passed type (which
must have `::value` members convertible to `bool`.
This metafunction is designed to be a drop-in replacement for the C++17
`std::negation` metafunction.