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

Method load

sandbox/performance.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 //! Loads data to a cereal binary archive
104 template <class T>
105 static void load( std::istringstream & is, T & data )
106 {
107 cereal::BinaryInputArchive iar(is);
108 iar(data);
109 }
110};
111
112struct boostBinary

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected