xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::eh::unexpected< Type, Error > Class Template Reference

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

#include <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.