[ 原始碼: tl-expected ]
套件:libexpected-dev(1.0.0~dfsg-3)
libexpected-dev 的相關連結
Debian 的資源:
下載原始碼套件 tl-expected:
- [tl-expected_1.0.0~dfsg-3.dsc]
- [tl-expected_1.0.0~dfsg.orig.tar.xz]
- [tl-expected_1.0.0~dfsg-3.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [tl.tartanllama.xyz]
相似套件:
C++11/14/17 std::expected with functional-style extensions
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.