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.
Qt の moc/C++11 には C# のnameof()演算子と同等のものがありますか? Qtには、ある種のリフレクションである/行うmocシステムがありますが、C#のような変数名を取得する方法がわかりませんnameof()。これは可能ですか?
nameof()
これは、言語/コンパイラ サポートでのみ可能であるため、C++ 11 では不可能です。また、コンパイル時に識別子の名前が提供されるため、(実行時の) リフレクションとは関係ありません。