DASH  0.3.0
std::do_is_nothrow_swappable Struct Reference

Static Public Member Functions

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 (...)
 

Detailed Description

Definition at line 11 of file type_traits.h.


The documentation for this struct was generated from the following file: