Windows apps
Collapse the table of content
Expand the table of content

Vector<T>::CopyTo Method

Copies a vector to a destination array.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method CopyTo(array<T>) Copies the vector instance to a specified destination array.
Public method CopyTo(array<T>, Int32) Copies the vector instance to a specified destination array starting at a specified index position.
Top
Show:
© 2017 Microsoft