ark::serialization::ParsedOptionalGroupHeader

Defined in header “ark/serialization/input_stream.hh”.


This is returned when reading group headers, allowing downstream clients to determine if they want to skip over this header or continue processing data.

Variables

  • uint8_t identifier= 0
    The identifier of this group.

  • uint32_t group_size= 0
    The size of this group.