三元运算符 ?: vs if...else [英] Ternary operator ?: vs if...else

查看:30
本文介绍了三元运算符 ?: vs if...else的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 C++ 中,?: 运算符是否比 if()...else 语句更快?它们在编译后的代码上有什么区别吗?

In C++, is the ?: operator faster than if()...else statements? Are there any differences between them in compiled code?

推荐答案

取决于您的编译器,但在任何现代编译器上通常没有区别.这是你不应该担心的事情.专注于代码的可维护性.

Depends on your compiler, but on any modern compiler there is generally no difference. It's something you shouldn't worry about. Concentrate on the maintainability of your code.

这篇关于三元运算符 ?: vs if...else的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆