memcpy
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> <string.h>
|
||
void* memcpy( void* dest, const void* src, size_t count ); |
||
count , src , dest. , .:
Copies
count characters from the object pointed to by src to the object pointed to by dest. If the objects overlap, the behavior is undefined.| dest | ||
| src | ||
| count |
dest
| : |
.
| () | |
C++ memcpy
| |