C++11/14/17 std::expected with functional-style extensions
https://github.com/TartanLlama/expected.git
Single header implementation of std::expected with functional-style extensions.
std::expected is proposed as the preferred way to represent object which will either have an expected value, or an unexpected value giving information about why something failed. Unfortunately, chaining together many computations which may fail can be verbose, as error-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with expected cleaner.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:itachi_re:devel/tl-expected && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| _service | 0000000760 760 Bytes | |
| tl-expected.spec | 0000001149 1.12 KB |
Comments 0