gimo v0.1.0
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 Ngimo
 Rapplicable_toEvaluates whether a Nullable type is compatible with the specific Algorithm
 Rnull_forConcept describing the relationship between a Nullable type and its null state
 RnullableConcept describing a type that can be used as a monad in the pipeline
 Rconstructible_from_valueConcept determining whether the Nullable is constructible with the specified argument
 Rrebindable_value_toConcept determining whether the Nullable type supports rebinding its value-type
 Rexpected_likeConcept describing a type that acts like std::expected (has both a value and an error channel)
 Rconstructible_from_errorConcept determining whether the Expected type supports rebinding its error-type
 Rrebindable_error_toConcept determining whether the Expected type supports rebinding its error-type
 RpipelineChecks whether the given type is a specialization of gimo::Pipeline
 Rprocessable_byEvaluates whether a Nullable type can be processed by the entire pipeline