Empirical
emp::memo_function< T > Class Template Reference

#include <memo_function.h>

Detailed Description

template<class T>
class emp::memo_function< T >

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.)


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