$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Mazakas (christian.mazakas_at_[hidden])
Date: 2020-05-31 16:03:13
> 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