#include <grpc/support/port_platform.h>#include <stddef.h>#include <tuple>#include <type_traits>#include <utility>#include "absl/types/variant.h"#include "src/core/lib/promise/detail/promise_like.h"#include "src/core/lib/promise/poll.h"

Go to the source code of this file.
Classes | |
| struct | grpc_core::JustElem< kElem > |
| class | grpc_core::promise_detail::Map< Promise, Fn > |
Namespaces | |
| grpc_core | |
| grpc_core::promise_detail | |
Functions | |
| template<typename Promise , typename Fn > | |
| promise_detail::Map< Promise, Fn > | grpc_core::Map (Promise promise, Fn fn) |