Can Qt's moc be replaced by C++ reflection?

Can Qt's moc be replaced by C++ reflection?

瀏覽:1313
日期:2025-05-29
The Qt toolkit has often been criticized for extending C++ and requiring a non-standard code generator (moc) to provide introspection. Now, the C++ standardization committee is looking at how to extend C++ with introspection and reflection. As the current...看更多