FOUND
Loading...
Searching...
No Matches
pipeline.hpp File Reference
#include <vector>
#include <functional>
#include <stdexcept>
#include <utility>
Include dependency graph for pipeline.hpp:
This graph shows which files directly or indirectly include this file:

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