Empirical
Classes | Namespaces
FunctionSet.h File Reference

Setup a collection of functions, all with the same signature, that can be run as a group. More...

#include <functional>
#include "../base/vector.h"

Go to the source code of this file.

Classes

class  emp::FunctionSet< T >
 
class  emp::FunctionSet< RETURN_T(ARGS...)>
 
class  emp::FunctionSet< void(ARGS...)>
 A specialized version of FunctionSet for void functions. More...
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Detailed Description

Setup a collection of functions, all with the same signature, that can be run as a group.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2017
Note
Status: BETA