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

Method load

sandbox/sandbox.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308
309 template <class Archive>
310 void load( Archive & ar )
311 {
312 ar( x,
313 CEREAL_NVP(y),
314 CEREAL_NVP(z) );
315 }
316
317 bool operator==( unordered_naming const & other ) const
318 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected