2024-02-28 15:25:46 +01:00
|
|
|
# RO: Result and Option for C++
|
|
|
|
|
2024-02-28 15:27:17 +01:00
|
|
|
C++ class templates that implement Result\<T,E\> and Option\<U\> class families that facilitate Error and Null value handling.
|
2024-02-28 15:25:46 +01:00
|
|
|
This implementation is inspired by the Rust language.
|
|
|
|
|
2024-02-27 11:34:45 +01:00
|
|
|
|