31 May
2020
31 May
'20
4:03 p.m.
The use of such a low-level API would look something like this:
Hmm, I'm failing to see the overwhelming value in exposing these portions of the API. As of now, one does not simply get a single value of the error context. Instead, the context holds many different values and then applies them to a user-provided Callable. `try_handle_all` in essence does the `std::apply` dance for you. If one was to manually operate with the tuple themselves, they'd essentially re-implement what already exists in LEAF today. - Christian