← Back to Users
renej_frog's activity in the archive.
and ++x is better than x++
using boost::tuple you can do: boost::tuple foo(); int a, b; boost::tie(a, b) = foo(); pretty close huh? renej
and ++x is better than x++
using boost::tuple you can do: boost::tuple foo(); int a, b; boost::tie(a, b) = foo(); pretty close huh? renej