Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
boost::make_tuple is a Boost function that produces a boost::tuple. boost::make_tuple is similar to std::make_pair, except that boost::make_tuple produces a boost::tuple, where std::make_pair produces a std::pair.
#include <iostream> |
Note the following:
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.