gpt4 book ai didi

c++ - cstring -> c++ 字符串转换

转载 作者:太空宇宙 更新时间:2023-11-04 15:49:44 26 4
gpt4 key购买 nike

如果我有一个函数

void x(std::string const& s)
{
...
}

我称它为 x("abc"),字符串构造函数会分配内存并在其中复制数据吗?

最佳答案

std::string 构造函数将使用 const char* 参数调用

不知道是否会(动态)分配内存,但您的标准库实现很可能具有 SSO,这意味着它可以存储小字符串而无需动态分配。

单点登录:Meaning of acronym SSO in the context of std::string

关于c++ - cstring -> c++ 字符串转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10587669/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com