std::char_traits::move
STD::CHAR[医]特点:移动
static char_type* move( char_type* dest, const char_type* src, std::size_t count | | |
---|
复制件count
指向的字符串中的字符。src
指向由dest
...
即使复制的字符范围重叠,也可以正确执行。src
在。[dest
,,,dest + count
29%。
参数
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。