MCPcopy Create free account
hub / github.com/USCiLab/cereal / SchemaArray

Method SchemaArray

include/cereal/external/rapidjson/schema.h:1082–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080
1081 struct SchemaArray {
1082 SchemaArray() : schemas(), count() {}
1083 ~SchemaArray() { AllocatorType::Free(schemas); }
1084 const SchemaType** schemas;
1085 SizeType begin; // begin index of context.validators

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected