std::char_traits::move
static char_type* move( char_type* dest, const char_type* src, std::size_t count ); | | |
|---|
复制件count指向的字符串中的字符。src指向由dest...
即使复制的字符范围重叠,也可以正确执行。src在。[dest,,,dest + count29%。
参数
dest | - | pointer to a character string to copy to |
|---|---|---|
src | - | pointer to a character string to copy from |
count | - | the number of characters to copy |
返回值
dest...
例外
%280%29
复杂性
线性的。
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

