outcome

Provides very lightweight outcome<T> and result<T> (non-Boost edition) (by ned14)

Outcome Alternatives

Similar projects and alternatives to outcome

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better outcome alternative or higher similarity.

outcome reviews and mentions

Posts with mentions or reviews of outcome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.
  • How to define API stability for a C++ library?
    2 projects | /r/cpp | 26 Feb 2023
    https://github.com/ned14/outcome/tree/develop/abi-compliance uses both in a CI pass to ensure Outcome never changes anything which breaks either API or ABI with earlier versions.
  • What are some cool modern libraries you enjoy using?
    32 projects | /r/cpp | 18 Sep 2022
    outcome and/or expected
  • Outcome enters sustaining phase, goes ABI stable
    4 projects | /r/cpp | 10 Jan 2022
    A "Sample Usage" appears on the front page of the docs: https://ned14.github.io/outcome/
  • Does Anyone Use Boost Outcome?
    1 project | /r/embedded | 5 Aug 2021
    I recently came across boost outcome as I was searching for a better error handling method. It took me a minute to get a hang of it but now I love it. After creating my own policy and a few aliases for easier use.
  • Is this error handling strategy good?
    1 project | /r/cpp_questions | 24 May 2021
    std::optional and std::variant can be a bit awkward to use in this scenario, though. Consider a dedicated type like boost::outcome (standalone versions) or one of the implementations of the proposed std::expected.
  • Modern C++ "result" type based on Swift / Rust
    2 projects | /r/cpp | 13 Mar 2021
    Minimum possible compile time impact is a key goal of https://github.com/ned14/outcome. We ship a single header edition which only includes the low impact standard headers as listed at https://github.com/ned14/stl-header-heft. We also don't use union storage for non-TC non-MB types in order to avoid complex metaprogramming execution by the compiler per instantiation.
  • C++ Memory Safety
    1 project | /r/cpp | 5 Feb 2021
    It's really weird that I wrote the above, and then this bug was reported to Outcome: https://github.com/ned14/outcome/issues/244. Here is my exact complaint about lack of lifetime tracking in C++.
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic outcome repo stats
9
661
6.9
25 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com