#include <utility_core.hpp>
Static Public Attributes | |
static const bool | value = false |
This trait's internal boolean value
is false in compilers with rvalue references and true in compilers without rvalue references.
A user can specialize this trait for a type T to false to SFINAE out move
and forward
so that the user can define a different move emulation for that type in namespace boost (e.g. another Boost library for its types) and avoid any overload ambiguity.
Definition at line 162 of file utility_core.hpp.
|
static |
Definition at line 164 of file utility_core.hpp.