gimo v0.3.2
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
 Rconstructible_from_errorConcept determining whether the Expected type supports rebinding its error-type
 Rconstructible_from_valueConcept determining whether the Nullable is constructible with the specified argument
 Rexpected_likeConcept describing a type that acts like std::expected (has both a value and an error channel)
 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
 RpipelineChecks whether the given type is a specialization of gimo::Pipeline
 Rprocessable_byEvaluates whether a Nullable type can be processed by the entire pipeline
 Rrebindable_error_toConcept determining whether the Expected type supports rebinding its error-type
 Rrebindable_value_toConcept determining whether the Nullable type supports rebinding its value-type