b8ac4c450c5994971ee415c9a1e9494785786e2e
RO: Result and Option for C++
C++ class templates that implement Result<T,E> and Option<U> class families that facilitate Error and Null value handling. This implementation is inspired by the Rust language.
Description
Languages
C++
100%