gpt4 book ai didi

c++ - 在 if 语句评估中 boost scoped_lock 对象

转载 作者:行者123 更新时间:2023-11-30 04:05:33 25 4
gpt4 key购买 nike

编译以下代码

scoped_lock<named_mutex> lock(some_mutex);
if (!lock) { // What does this means, which function is called
}

因为锁是一个对象,所以在 if (!lock) 中会发生什么。是否调用任何重载函数。

最佳答案

operator unspecified_bool_type() const;,返回owns(),将被调用

http://live.boost.org/doc/libs/release/doc/html/boost/interprocess/scoped_lock.html

关于c++ - 在 if 语句评估中 boost scoped_lock 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23249601/

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