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