expected
Expected Value Class
An implementation of a standardized C++ expected value class with functional-style extensions
C++11/14/17 std::expected with functional-style extensions
2k stars
35 watching
133 forks
Language: C++
last commit: 11 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tartanllama/optional | A standard library implementation of optional values with functional-style utilities | 859 |
tartanllama/function_ref | A lightweight, non-owning reference to a callable. | 170 |
martinmoene/expected-lite | A header-only library providing objects to represent valid values or errors in C++11 and later | 391 |
simbadltd/k6-expect | A k6 library that simplifies writing tests with assertions and custom logic | 2 |
allain/expect | A set of functions for writing tests in a style similar to Jest. | 45 |
tcbrindle/nanorange | An implementation of the C++20 Ranges proposals in a single header library | 358 |
krzysztof-o/expect.as | A BDD-style assertion library for ActionScript 3 | 10 |
automattic/expect.js | An assertion toolkit for Node.js and the browser | 2,107 |
algolia/expect-jsx | Provides JSX equality checks for expect assertion library | 409 |
martinothamar/wrappervalueobject | Generates simple value objects in C# to wrap primitive types and provide automatic equality comparison and formatting | 53 |
atifaziz/optuple | Library providing extension methods to give tuple of boolean and type T option-like semantics | 29 |
treeform/chroma | A library for working with colors in Nim programming language | 107 |
robstoll/atrium | A multiplatform expectation assertion library for Kotlin | 571 |
phelmkamp/valor | Provides Go types for optionals and results with values or errors. | 17 |
asutton/cxx14-graph | A C++ implementation of graph data structures using C++ 14 features. | 36 |