C++ Library Extensions 2022.12.09
To help learn modern C++ programming
fibonacci< Type, go_serial > Class Template Reference
Inheritance diagram for fibonacci< Type, go_serial >:
[legend]
Collaboration diagram for fibonacci< Type, go_serial >:
[legend]

Public Member Functions

 fibonacci (Type n, Type *const fn_ptr)
 
base * execute () override
 

Detailed Description

template<typename Type, auto go_serial = Type{16}>
class fibonacci< Type, go_serial >

Definition at line 34 of file 052-fibonacci.cpp.

Constructor & Destructor Documentation

◆ fibonacci()

template<typename Type , auto go_serial = Type{16}>
fibonacci< Type, go_serial >::fibonacci ( Type  n,
Type *const  fn_ptr 
)
inline

Definition at line 43 of file 052-fibonacci.cpp.

Member Function Documentation

◆ execute()

template<typename Type , auto go_serial = Type{16}>
base * fibonacci< Type, go_serial >::execute ( )
inlineoverride

Definition at line 45 of file 052-fibonacci.cpp.

Here is the call graph for this function:

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