libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <fibonacci.hpp>
Public Types | |
typedef unsigned long long | element_type |
Static Public Attributes | |
static constexpr element_type | n =N |
static constexpr element_type | value =fibonacci<N-1>::value+fibonacci<N-2>::value |
Definition at line 27 of file fibonacci.hpp.
typedef unsigned long long jmmcg::LIBJMMCG_VER_NAMESPACE::mpl::fibonacci< N >::element_type |
Definition at line 28 of file fibonacci.hpp.
|
staticconstexpr |
Definition at line 29 of file fibonacci.hpp.
|
staticconstexpr |
Definition at line 30 of file fibonacci.hpp.