|
Common System 0.2.0
Common interfaces and patterns for system integration
|
A type that supports monadic chaining (flatMap/and_then). More...
#include <core.h>
A type that supports monadic chaining (flatMap/and_then).
Types satisfying this concept can chain operations that return the same container type, enabling fluent error handling.
Example usage: