gpt4 book ai didi

c++ - 为什么这个函数没有指定返回类型,明明是返回值?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:11:25 27 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Operator overloading

我在一段示例代码中看到了这一点:

operator Vector2<float>() const    {       
return Vector2<float>(x, y); }

我的 2 个问题:

1)函数明明有返回,却没有指定返回类型?

2) 目前还不清楚到底是什么重载了,哪个运算符。

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