C++ Library provides generic way to handle null or error values
src | ||
test | ||
.gitignore | ||
LICENSE | ||
README.md |
RO: Result and Option for C++
C++ class templates that implement Result<T,E> and Option class families that facilitate Error and Null value handling. This implementation is inspired by the Rust language.