GRPC C++
1.30.0
|
ownership of the array is with the caller, but ownership of the elements stays with the call object (ie key, value members are owned by the call object, recv_initial_metadata->array is owned by the caller). More...
#include <grpc_types.h>
Data Fields | |
grpc_metadata_array * | recv_initial_metadata |
ownership of the array is with the caller, but ownership of the elements stays with the call object (ie key, value members are owned by the call object, recv_initial_metadata->array is owned by the caller).
After the operation completes, call grpc_metadata_array_destroy on this value, or reuse it in a future op.
grpc_metadata_array* grpc_op::grpc_op_data::grpc_op_recv_initial_metadata::recv_initial_metadata |