template <typename Base = CompleterBase>
struct Completer
Defined at line 239 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/transaction.h
Completers of a FIDL method call.
|Base| is a FIDL method-specific sub-class of |CompleterBase| generated
by the FIDL compiler which provides the necessary Reply() implementations.
For one-way FIDL methods, |Base| is |CompleterBase| itself.
Public Members
static const bool kExpectingReply