mn::fibonacci< N > Struct Template Reference
Calculates the Nth Fibonacci value. More...
#include <mn_functional.hpp>
Static Public Attributes | |
static constexpr size_t | value = fibonacci<N - 1>::value + fibonacci<N - 2>::value |
Detailed Description
template<size_t N>
struct mn::fibonacci< N >
Calculates the Nth Fibonacci value.
- Template Parameters
-
N The number to find the Fibbonacci value of.
Member Data Documentation
◆ value
template<size_t N>
|
staticconstexpr |
The documentation for this struct was generated from the following file: