Template Struct is_adl_swap_noexcept

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, noexcept(can_swap< T, U >(0))>

Struct Documentation

template<class T, class U>
struct is_adl_swap_noexcept : public std::integral_constant<bool, noexcept(can_swap<T, U>(0))>