Luna::copy_assign

template <typename _Iter1, typename _Iter2>
void copy_assign(_Iter1 dst, _Iter2 src)

Calls the copy assignment operator of the object.

Parameters

  • in dst

    An iterator to the object to be assigned.

  • in src

    An iterator to the object to copy from.