Tagged Questions
2
votes
1answer
48 views
std::tuple objects or rvalue references?
I have some small "plugin system" (not sure this is right name). It allow you to store objects (plugins), and then call some methods from each of them. With this approach we have absolutely no ...