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