expected-lite

Value error object

A header-only library providing objects to represent valid values or errors in C++11 and later

expected lite - Expected objects in C++11 and later in a single-file header-only library

GitHub

391 stars
13 watching
35 forks
Language: C++
last commit: 10 days ago
cpp11expected-implementationsheader-onlyno-dependenciessingle-file

Related projects:

Repository Description Stars
martinmoene/optional-lite A header-only library providing an optional value type with C++98/C++11 compatibility and minimal dependencies. 404
martinmoene/nonstd-lite A set of simplified C++ standard library extensions for pre-C++11 environments. 83
martinmoene/string-view-lite Provides a single-file header-only C++17-like string_view for compatibility with older C++ standards 422
martinmoene/any-lite A type-safe container for single values of any type in C++ 135
martinmoene/variant-lite A type-safe union library for C++98 and later, allowing easy representation of alternative values in a single-file header-only library. 239
martinmoene/span-lite A C++20-like span implementation for older compilers 498
martinmoene/ring-span-lite A single-file header-only C++ library providing a circular buffer view for containers with a flexible interface. 154
tartanllama/expected An implementation of a standardized C++ expected value class with functional-style extensions 1,543
oliverbrotchie/optionals Provides error handling and options for TypeScript and Deno similar to Rust's Option and Result enums 178
gsl-lite/gsl-lite A header-only implementation of C++ guidelines support library functions and types for improving code quality and safety. 900
kassane/outcome A lightweight C++ library that provides an alternative to exception handling for error reporting and management. 1
simbadltd/k6-expect A k6 library that simplifies writing tests with assertions and custom logic 2
emperror/errors Provides a unified error handling package with features from standard libraries and pkg/errors. 198
ninja-squad/ngx-valdemort A library providing customizable and reusable validation error messages for Angular forms 202
maxkueng/chromium-net-errors Provides custom error classes for Chromium network errors in Node.js and Electron applications. 21