[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppTuple
boost::tie can ease working with boost::tuples.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppTuple
(C++) boost::tuple
Boost container class similar to a std::pair, except that it can contain any number of members. You could also call it an on-the-fly struct.boost::tie can ease working with boost::tuples.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
