(C++) tuple

January 9, 2018 · View on GitHub

 

 

 

 

 

(C++) tuple

 

A tuple is an on-the-fly data type similar to std::pair, except for a bigger number of possible elements.

 

There are multiple tuple classes:

 

  • C++11STL std::tuple
  • C++98Boost boost::tuple