|
template<class T > |
static auto | test (int) -> std::integral_constant< bool, noexcept(swap(std::declval< T &>(), std::declval< T &>()))> |
|
template<class > |
static std::false_type | test (...) |
|
Definition at line 11 of file type_traits.h.
The documentation for this struct was generated from the following file: