产品展示 PRODUCT
新闻动态 NEWS
联系我们 CONTACT US
咨询热线:0898-88889999
时间:2025-06-24 18:00:17 点击量:386
你最喜欢哪门编程语言? 为什么?学过十几门吧,最喜欢C++,因为好玩,而且一直在更新,可以一直保持新鲜感。
这几天在捣鼓static reflection: template int size_or_length(T&& x) { int result = -1; if constexpr (is_class_type(^^T)) { [: expand(members_of(^^T, std::meta::access_context::current())) :] >> [&] { if constexpr (is_function(member) && has_identifier(member) && (identif…。
上一篇 : 华为自研的仓颉编程语言将于 7 月 30 日开源,这款语言将如何影响未来的开发趋势?
下一篇 : 为什么都认为无GC语言一定会比有GC语言要快?