xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::eh::unexpected< Type, Error > Class Template Reference

Implementation of C++23 std::unexpected More...

#include <xentara/utils/eh/expected.hpp>

Detailed Description

template<typename Type, typename Error>
class xentara::utils::eh::unexpected< Type, Error >

Implementation of C++23 std::unexpected

This is an implementation of the proposed std::unexpected from C++23, taken from https://github.com/TartanLlama/expected.