Static Public Member Functions | |
template < class X , class Y > | |
static auto | test (void *) noexcept(true) -> decltype(swap(declval< X &>(), declval< Y &>())) |
template < class , class > | |
static void | test (...) noexcept(false) |
Static Public Attributes | |
static constexpr bool | value = noexcept(test<T, U>(nullptr)) |
Definition at line 63 of file internal.hpp.
|
staticnoexcept |
|
staticnoexcept |
|
static |
Definition at line 72 of file internal.hpp.