GRPC C++  1.62.0
Data Fields
grpc_op::grpc_op_data::grpc_op_recv_initial_metadata Struct Reference

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_arrayrecv_initial_metadata
 

Detailed Description

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.

Field Documentation

◆ recv_initial_metadata

grpc_metadata_array* grpc_op::grpc_op_data::grpc_op_recv_initial_metadata::recv_initial_metadata

The documentation for this struct was generated from the following file: