From: Graham Reitz (graham.cpp_at_[hidden])
Date: 2007-09-04 15:49:26


One of my colleagues has asked me, "why not use a simple struct over a tuple?"

Unfortunately, I couldn't give a convincing answer, which means I
probably don't understand tuple well enough.

What is a good way to respond to this? Then we can identify when it
makes better sense to use a struct versus a tuple.

Thanks,
Graham