![]() |
TrinityCore
|
#include <ExpectedCompletionHandler.h>
Public Member Functions | |
| template<typename CompletionToken > | |
| constexpr AsExpected< std::decay_t< CompletionToken > > | operator() (CompletionToken &&completion_token) const |
Definition at line 91 of file ExpectedCompletionHandler.h.
|
inlineconstexpr |
Adapt a completion_token to specify that the completion handler arguments should be combined into a single boost::outcome_v2::result argument.
Definition at line 96 of file ExpectedCompletionHandler.h.