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.
私は
QVector<structure> m_vector;
構造体には多くのフィールドがあり、そのうちのいくつかは固定次元であり、いくつかは他の動的 QVectors..
私はこれを行うことができるかどうか疑問に思っています:
m_vector[4].another_vector[9].another_vector[2].field_in_the_structure = 2;
変更は m_vector 全体に有効ですか?
はい、これは期待どおりに動作するはずです。