template<typename Nullable, typename Pipeline>
&& detail::is_processable_by<Nullable, Pipeline>::value
Concept describing a type that can be used as a monad in the pipeline.
Definition Common.hpp:200
Checks whether the given type is a specialization of gimo::Pipeline.
Definition Pipeline.hpp:174
Evaluates whether a Nullable type can be processed by the entire pipeline.
Definition Pipeline.hpp:226
Evaluates whether a Nullable type can be processed by the entire pipeline.
- Template Parameters
-
| Nullable | The nullable type. |
| Pipeline | A Pipeline specialization. |