Empirical
|
#include <memo_function.h>
Identical to std::function, but memorizes prior results (caches them) so that the function doesn't have to process those results again. (note: Genetic version is undefinined; must have a function signature.)