Typedef mpark::lib::is_nothrow_swappable

Typedef Documentation

template<typename T>
using mpark::lib::is_nothrow_swappable = detail::swappable::is_nothrow_swappable<is_swappable<T>::value, T>