Records
Functions
-
template <class T, absl::enable_if_t<IsSwappable<T>::value, int> = 0>void Swap (T & lhs, T & rhs)Swap()
Performs the swap idiom from a namespace where valid candidates may only be
found in `std` or via ADL.
Defined at line 449 of file ../../third_party/abseil-cpp/absl/meta/type_traits.h
-
void swap ()This declaration prevents global `swap` and `absl::swap` overloads from being
considered unless ADL picks them up.