copy

Copies a Null Terminated Character Type Sequence to a string up to the size designated.

  size_type copy(charT* s, size_type n, 

  size_type pos = 0) const;  
Remarks

The function copy does not pad the string with Null characters.