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

Method makeArray

include/cereal/archives/json.hpp:366–369  ·  view source on GitHub ↗

Designates that the current node should be output as an array, not an object

Source from the content-addressed store, hash-verified

364
365 //! Designates that the current node should be output as an array, not an object
366 void makeArray()
367 {
368 itsNodeStack.top() = NodeType::StartArray;
369 }
370
371 //! @}
372

Callers 1

prologueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected