Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ ~SchemaArray
Method
~SchemaArray
include/rapidjson/schema.h:946–946 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
944
struct SchemaArray {
945
SchemaArray() : schemas(), count() {}
946
~SchemaArray() { AllocatorType::Free(schemas); }
947
const SchemaType** schemas;
948
SizeType begin; // begin index of context.validators
949
SizeType count;
Callers
nothing calls this directly
Calls
1
Free
Function · 0.85
Tested by
no test coverage detected