proxygen
|
Functions | |
template<typename T > | |
auto | adl_swap (T &a, T &b) noexcept(noexcept(swap(a, b))) -> decltype(swap(a, b)) |
|
noexcept |
Definition at line 52 of file PropagateConst.h.
References a, b, and folly::swap().
Referenced by folly::propagate_const< Pointer >::swap().