By default this traits returns. More...
#include <traits.hpp>
Static Public Attributes | |
static const bool | value |
By default this traits returns.
boost::is_nothrow_move_constructible<T>::value && boost::is_nothrow_move_assignable<T>::value
. Classes with non-throwing move constructor and assignment can specialize this trait to obtain some performance improvements.
|
static |