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