Nano
A C++ template metaprogramming library
nano::multiplies< List, Current > Struct Template Reference

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>

Detailed Description

template<typename List, typename Current = nano::int_t<1>>
struct nano::multiplies< List, Current >

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.

Template Parameters
ListThe list to compute the product of
CurrentThe current value of the multiplication (for the first case, this is the start value and is default to 1)

The documentation for this struct was generated from the following file: