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

Implementation of C++23 std::bad_expected_access](https://en.cppreference.com/w/cpp/utility/expected/bad_expected_access) More...

#include <eh/expected.hpp>

Detailed Description

template<typename Error>
class xentara::utils::eh::bad_expected_access< Error >

Implementation of C++23 std::bad_expected_access](https://en.cppreference.com/w/cpp/utility/expected/bad_expected_access)

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