Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::tupleCopy linkFacebookEmailNotesMoreDaily bit(e) of C++ | std::tupleDaily bit(e) of C++ ♻️34, The heterogeneous fixed-size container: std::tuple.Šimon TóthMay 22, 20242Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::tupleCopy linkFacebookEmailNotesMoreSharestd::tuple is a heterogeneous collection of elements, a generalization of std::pair.Unlike std::pair, a std::tuple can contain any number (including none) of elements.Click to open in Compiler Explorer.Leave a commentThanks for reading Daily bit(e) of C++! Subscribe for free to receive new posts and support my work.Subscribe