Luna::move_construct
template <typename _Iter1, typename _Iter2>
void move_construct(_Iter1 dst, _Iter2 src)
Calls the move constructor for the object.
Parameters
-
in dst
An iterator to the object to be constructed.
-
in src
An iterator to the object to move from.