I'm pretty sure the answer to this is no, but as I dig into C++ I keep finding things that surprise me.

I know I can return an object that could contain just about anything (or pointers to everything). Other than that, is there any way to return multiple tuples from a function in C++, like can be done in Perl?

Thanks!