template <class T>
struct IsSwappable
Defined at line 433 of file ../../third_party/abseil-cpp/absl/meta/type_traits.h
IsSwappable
Determines whether the standard swap idiom is a valid expression for
arguments of type `T`.
template <class T>
Defined at line 433 of file ../../third_party/abseil-cpp/absl/meta/type_traits.h
IsSwappable
Determines whether the standard swap idiom is a valid expression for
arguments of type `T`.