Skip to content

A library that adds new ways of handling errors to C++. In particular, it provides a more convenient alternative for std::optional (orl::Option) and an alternative to std::expected (orl::Result) from C++ 23.

License

Notifications You must be signed in to change notification settings

Hedgehogo/option-result-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

option-result-cpp

A library that adds new ways of handling errors to C++. In particular, it provides a more convenient alternative for std::optional (orl::Option) and an alternative to std::expected (orl::Result) from C++ 23.

About

A library that adds new ways of handling errors to C++. In particular, it provides a more convenient alternative for std::optional (orl::Option) and an alternative to std::expected (orl::Result) from C++ 23.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published