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

Method save

sandbox/sandbox_json.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220 template<class Archive>
221 void save(Archive & ar) const
222 {
223 ar( f1,
224 CEREAL_NVP(f2),
225 f3 );
226 ar.saveBinaryValue( array, sizeof(int)*4, "cool array man" );
227 }
228
229 template<class Archive>
230 void load(Archive & ar)

Callers

nothing calls this directly

Calls 1

saveBinaryValueMethod · 0.45

Tested by

no test coverage detected