[C++-sig] make_tuple()?

Ralf W. Grosse-Kunstleve rwgk at yahoo.com
Fri Jul 19 22:13:33 CEST 2002


Given two handle<>, how do I turn them into a tuple?
handle<> a;
handle<> b;
tuple(a, b); // does not work
make_tuple(a, b); // does not work
Looking at test/tuple.cpp wasn't particularly informative.
Thanks,
        Ralf


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com





More information about the Cplusplus-sig mailing list