Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 C++11 功能替换Xmacro习语,最好不使用预处理器?我在想可以使用元组模板,但我仍在尝试了解这些模板是如何工作的。
XMacros 是一个通用的工具,可以做各种各样的事情。其中许多(例如创建枚举器列表、字符串等)远远超出了任何类型模板的能力。
在某些情况下,您可能会找到一种用模板替换的方法。但肯定不是全部。