Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::factorial< N > Struct Template Reference

#include <factorial.h>

Static Public Attributes

static const size_t value = N * factorial<N - 1>::value
 

Detailed Description

template<size_t N>
struct etl::factorial< N >

Defines value as the Nth factorial number.

Template Parameters
NThe number to find the factorial value of.

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