你最喜歡哪門編程語言?為什么?
發(fā)布者:admin瀏覽次數(shù):發(fā)布時間:2020-02-19
你最喜歡哪門編程語言? 為什么?學過十幾門吧,最喜歡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…。