Phi
Static Public Attributes | List of all members
detail::is_nothrow_swappable_with_impl< TypeT, OtherT, IsSwappable > Struct Template Reference

Static Public Attributes

static PHI_CONSTEXPR_AND_CONST bool value
 

Member Data Documentation

◆ value

template<typename TypeT , typename OtherT = TypeT, bool IsSwappable = is_swappable_with<TypeT, OtherT>::value>
PHI_CONSTEXPR_AND_CONST bool detail::is_nothrow_swappable_with_impl< TypeT, OtherT, IsSwappable >::value
static
Initial value:
=
PHI_NOEXCEPT_EXPR(swap(declval<TypeT>(), declval<OtherT>())) &&
PHI_NOEXCEPT_EXPR(swap(declval<OtherT>(), declval<TypeT>()))

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