.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _itertools__zipped: itertools::zipped ================= *#include * .. rst-class:: cppsynopsis template class :red:`zipped` Template parameters ------------------- * **Rs**: Range types. Public members -------------- .. table:: :widths: 40 60 +----+-------------------+----------------------------------------+ | tu | std::tuple | Tuple containing the original ranges. | +----+-------------------+----------------------------------------+ Member types ------------ .. table:: :widths: 40 60 +----------------+----------------------------------------------------------+--------------------------------------------------+ | seq_t | std::index_sequence_for | Convenience typedef for an std::index_sequence. | +----------------+----------------------------------------------------------+--------------------------------------------------+ | iterator | zip_iter()))...> | Iterator type of the zipped range. | +----------------+----------------------------------------------------------+--------------------------------------------------+ | const_iterator | zip_iter()))...> | Const iterator type of the zipped range. | +----------------+----------------------------------------------------------+--------------------------------------------------+ Member functions ---------------- .. table:: :widths: 40 60 +-------------------------------------------------------+-------------------------------------------------+ | :ref:`(constructor) ` | Construct a zipped range from the given ranges. | +-------------------------------------------------------+-------------------------------------------------+ | :ref:`operator== ` | | +-------------------------------------------------------+-------------------------------------------------+ | :ref:`begin ` | Beginning of the zipped range. | +-------------------------------------------------------+-------------------------------------------------+ | :ref:`cbegin ` | | +-------------------------------------------------------+-------------------------------------------------+ | :ref:`end ` | End of the zipped range. | +-------------------------------------------------------+-------------------------------------------------+ | :ref:`cend ` | | +-------------------------------------------------------+-------------------------------------------------+ .. toctree:: :hidden: zipped/constructor zipped/operator== zipped/begin zipped/cbegin zipped/end zipped/cend