libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::mpl::fibonacci< 0ull > Struct Template Reference

#include <fibonacci.hpp>

Public Types

typedef unsigned long long element_type
 

Static Public Attributes

static constexpr element_type n =1
 
static constexpr element_type value =1
 

Detailed Description

template<>
struct jmmcg::mpl::fibonacci< 0ull >

Definition at line 74 of file fibonacci.hpp.

Member Typedef Documentation

◆ element_type

typedef unsigned long long jmmcg::mpl::fibonacci< 0ull >::element_type

Definition at line 75 of file fibonacci.hpp.

Member Data Documentation

◆ n

constexpr fibonacci< 0ull >::element_type jmmcg::mpl::fibonacci< 0ull >::n =1
staticconstexpr

Definition at line 76 of file fibonacci.hpp.

◆ value

constexpr fibonacci< 0ull >::element_type jmmcg::mpl::fibonacci< 0ull >::value =1
staticconstexpr

Definition at line 77 of file fibonacci.hpp.


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