gpt4 book ai didi

c++ - if(double) 有效的 C++ 吗?

转载 作者:可可西里 更新时间:2023-11-01 17:08:33 25 4
gpt4 key购买 nike

我刚遇到这行代码:

if( lineDirection.length2() ){...}

其中 length2 返回一个 double。让我有点困惑的是 0.0 等同于 0、NULL 和/或 false

这是 C++ 标准的一部分还是未定义的行为?

最佳答案

这是一个非常标准的行为( bool 转换)

$4.12/1 - "An rvalue of arithmetic, enumeration, pointer, or pointer to member type can be converted to an rvalue of type bool. A zero value, null pointer value, or null member pointer value is converted to false; any other value is converted to true."

关于c++ - if(double) 有效的 C++ 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3767162/

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