Function moveIfNonCopyable

Forwards to std.algorithm.move iff t is non-copyable.

Prototype

auto moveIfNonCopyable(T)(
  auto ref T t
);

Authors

Adrian Matoga

Copyright

© 2016 Adrian Matoga

License

BSL-1.0.