ΒΆtemplate <typename R, typename OutputIt>
OutputIt move(R&& Range, OutputIt Out)

Description

Provide wrappers to std::move which take ranges instead of having to pass begin/end explicitly.

Declared at: llvm/include/llvm/ADT/STLExtras.h:1675

Templates

R
OutputIt

Parameters

R&& Range
OutputIt Out