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

#include <fibonacci.h>

Static Public Attributes

static const size_t value = fibonacci<N - 1>::value + fibonacci<N - 2>::value
 

Detailed Description

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

Defines value as the Nth Fibbonacci number.

Template Parameters
NThe number to find the Fibbonacci value of.

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