繁体   English   中英

Resharper C ++中是否可以将函数/方法转换为尾随返回类型?

[英]Is there an option in Resharper C++ to convert functions/methods to trailing return types?

Resharper中是否可以将函数/方法转换为尾随返回类型?

int MyClass::add(int a, int b) const

auto MyClass::add(int a, int b) const -> int

目前,在ReSharper C ++中无法做到这一点。 我提交了功能请求( https://youtrack.jetbrains.com/issue/RSCPP-17722 ),请对其进行投票以接收更新。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM