在线文档教程
C++
字符串 | Strings

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 + 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。

http://en.cppreference.com/w/cpp/string/char[医]特征/移动