cds
2.3.2
|
Move policy option. More...
#include <cds/opt/options.h>
Move policy option.
The move policy specifies an algorithm for moving object content. In trivial case, it can be simple assignment.
The move interface is:
Note that in move algorithm the src
source argument can be changed too. So you can use move semantics.
Usually, the default move policy is opt::v::assignment_move_policy