文件名称:Metaclasses Proposal for C++
文件大小:1.87MB
文件格式:PDF
更新时间:2021-09-29 15:13:09
C++ metaclass
Metaclasses let programmers write a new kind of efficient abstraction: a user-defined named subset of classes that share common characteristics – including user-defined rules, defaults, and generated functions – enabled by writing a custom transformation from normal C++ source code to a normal C++ class definition. There is no type system bifurcation; the generated class is a normal class