[ ソース: tl-optional ]
パッケージ: libtl-optional-dev (1.1.0-2)
libtl-optional-dev に関するリンク
Debian の資源:
tl-optional ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
C++11/14/17 std::optional with functional-style extensions
std::optional is the preferred way to represent an object which may or may not have a value. Unfortunately, chaining together many computations which may or may not produce a value can be verbose, as empty-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with optional cleaner.