#include <join.h>
|
template<typename T , typename F > |
static auto | OnResult (T result, F kontinue) -> decltype(kontinue(std::move(result))) |
|
template<typename T > |
static T | Wrap (T x) |
|
Definition at line 27 of file join.h.
◆ ResultType
◆ OnResult()
template<typename T , typename F >
static auto grpc_core::promise_detail::JoinTraits::OnResult |
( |
T |
result, |
|
|
F |
kontinue |
|
) |
| -> decltype(kontinue(std::move(result))) |
|
inlinestatic |
◆ Wrap()
template<typename T >
static T grpc_core::promise_detail::JoinTraits::Wrap |
( |
T |
x | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: