You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to figure out how one would implement multiple instances of a component. Is having a component like struct MyComponent { std::vector<MyComponentImpl> impl; } the suggested way to do this or do you have any other suggestion?