FOUND
|
#include <vector>
#include <functional>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Classes | |
class | found::Action |
Action is an interface that wraps a function that does something. More... | |
class | found::Stage< Input, Output > |
A Stage is a data structure that wraps a function, and taking in parameter Input and returning Output. More... | |
class | found::Pipeline< Input, Output > |
Pipeline is composite Stage (i.e. More... | |
Namespaces | |
namespace | found |