tl-expected-tests/1.3.1

[full]

C++11/14/17 std::optional with functional-style extensions and reference support

Single header implementation of std::expected with functional-style extensions.

Documentation Status Clang + GCC: Linux Build Status MSVC: Windows Build Status

Available on Vcpkg, Conan and build2.

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.

... More
version 1.3.1
license CC0 1.0 UniversalCreative Commons Zero v1.0 Universal
repository https://pkg.cppget.org/1/testing
download tl-expected-tests-1.3.1.tar.gz
sha256 b569a924dbccf1e9aa134176456266d87a7e02126ac89739e95c247ae5a0f597
project tl
doc-url tl.tartanllama.xyz/en/latest/
package-url github.com/build2-packaging/build2-tl
package-email wmbat-dev@protonmail.com

Depends (1)

catch2 ^2.13.7

Requires (1)

c++ >= 11

Reviews

fail 0
pass 0