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 アプリケーションを STL を使用して C++ に移植しようとしています。QVariantC++に相当するものは何ですか? QVariant任意のデータ型 (異機種を保持するコンテナ) のさまざまな種類のオブジェクトを格納できます。ただし、このアプリケーションを C++ に移植する必要があります。QVariantC++に相当するものは何ですか?
QVariant