Nano
A C++ template metaprogramming library
|
Same as std::multiplies, but for a nano:list which can be computed at compile time - computes the product of the list elelents from the starting value. More...
#include <list_functions.hpp>
Same as std::multiplies, but for a nano:list which can be computed at compile time - computes the product of the list elelents from the starting value.
List | The list to compute the product of |
Current | The current value of the multiplication (for the first case, this is the start value and is default to 1) |