Daily bit(e) of C++ | std::tuple
Daily bit(e) of C++ ♻️34, The heterogeneous fixed-size container: std::tuple.
std::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.