ark::serialization::OptionalGroup
Defined in header “ark/serialization/schema.hh”.
A versioned group is a list of field declarations that belong in a particular “grouping” that may or may not be present when deserializing.
Methods
- bool operator==(const OptionalGroup & other)
Variables
-
uint8_t identifier= 0
The identifier of this group. -
std::vector< FieldDescriptor > fields
A list of the fields belonging to this group.