.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _itertools__zip_with: itertools::zip_with =================== *#include * **Synopsis** .. rst-class:: cppsynopsis | :green:`template` | auto :red:`zip_with` (T &&... :param:`ranges`, L && :param:`lambda`) Generate a zip of the ranges (similar to Python zip). DOC TO BE WRITTEN. Template parameters ^^^^^^^^^^^^^^^^^^^ * :param:`R` Type of the ranges * :param:`L` Type of the Lambda Parameters ^^^^^^^^^^ * :param:`ranges` * :param:`lambda`