gpt4 book ai didi

c++ - 运算符是什么!!在字符串上做 C++

转载 作者:太空宇宙 更新时间:2023-11-04 14:35:34 25 4
gpt4 key购买 nike

我想知道运算符的返回值是多少!!在 C++ 中的 _bstr_t 类型(字符串)上。

例子:

if (!!mybstr)
{
doSomething()
} else {
doNothing()
}

我假设这是一个 bool 返回值,但它是如何工作的?

谢谢!

最佳答案

_bstr_t::operator!如果封装的 BSTR 字符串为 NULL,则返回 true。因此,如果封装的 BSTR 字符串不是 NULL,则 !!mybstr 将为 true

关于c++ - 运算符是什么!!在字符串上做 C++,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16148813/

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