|
gimo v0.1.0
|
#include "gimo/Common.hpp"#include "gimo/algorithm/BasicAlgorithm.hpp"#include <functional>#include <tuple>#include <type_traits>#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 | gimo::Pipeline< Steps > |
| A composite object representing a sequence of monadic operations. More... | |
Namespaces | |
| namespace | gimo |
Concepts | |
| concept | gimo::pipeline |
Checks whether the given type is a specialization of gimo::Pipeline. | |
| concept | gimo::processable_by |
Evaluates whether a Nullable type can be processed by the entire pipeline. | |