#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.
Definition at line 54 of file traits.hpp.
|
static |
Definition at line 56 of file traits.hpp.