.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _itertools__make_product: itertools::make_product ======================= *#include * **Synopsis** .. rst-class:: cppsynopsis 1. | :green:`template` | auto :red:`make_product` (std::array & :param:`arr`) 2. | :green:`template` | auto :red:`make_product` (std::array const & :param:`arr`) Documentation **2)** Const overload of make_product(std::array &). Template parameters ^^^^^^^^^^^^^^^^^^^ * :param:`R` Range type. * :param:`N` Number of ranges. Parameters ^^^^^^^^^^ * :param:`arr` Array of ranges. Returns ^^^^^^^ A product (itertools::multiplied) range from the ranges in the array.