|
mitama-cpp-result
☆
« Back to VersTracker
|
|||||
|
Description: Provides `result<T, E>` and `maybe<T>` and monadic functions for them |
|||||
| Type: Formula | Tracked Since: Dec 28, 2025 | |||||
| Links: Homepage | formulae.brew.sh | |||||
| Category: Developer tools | |||||
| Tags: c++ header-only functional-programming error-handling monadic | |||||
| Install: brew install mitama-cpp-result | |||||
|
About: MitamaCppResult is a C++17/20 header-only library providing Rust-inspired `result<T, E>` and `maybe<T>` types for robust error handling. It offers comprehensive monadic operations like `map`, `and_then`, and `or_else` to streamline control flow and eliminate boilerplate code. This library helps developers write safer, more expressive, and functional-style C++ applications. |
|||||
Key Features:
|
|||||
Use Cases:
|
|||||
Alternatives:
|
|||||
| Version History | |||||
|