PbRemoveRepeatedFieldValue Function

Removes a value by index from a protobuf message repeated field.

void PbRemoveRepeatedFieldValue(Handle pb, const char[] field, int index)

Parameters

Handle pb

protobuf handle.

const char[] field

Field name.

int index

Index into repeated field.

Errors

Invalid or incorrect Handle, non-existent field, or incorrect field type.