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

Method StartArray

include/cereal/external/rapidjson/writer.h:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 }
238
239 bool StartArray() {
240 Prefix(kArrayType);
241 new (level_stack_.template Push<Level>()) Level(true);
242 return WriteStartArray();
243 }
244
245 bool EndArray(SizeType elementCount = 0) {
246 (void)elementCount;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected