Move construction from !is(T == typeof(this))

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 24 01:28:00 PDT 2017


On Monday, 24 April 2017 at 05:00:13 UTC, rikki cattermole wrote:
> There is[0] but idk how close it is to std:move and the likes.
>
> [0] http://dlang.org/phobos/std_algorithm_mutation.html#.move

std::move doesn't do anything, it is just a type-cast.


More information about the Digitalmars-d mailing list