gimo v0.1.0
Loading...
Searching...
No Matches
gimo::processable_by Concept Reference

Evaluates whether a Nullable type can be processed by the entire pipeline. More...

#include <Pipeline.hpp>

Concept definition

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

Detailed Description

Evaluates whether a Nullable type can be processed by the entire pipeline.

Template Parameters
NullableThe nullable type.
PipelineA Pipeline specialization.