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

Method load

sandbox/performance.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 //! Loads data to a boost binary archive
123 template <class T>
124 static void load( std::istringstream & is, T & data )
125 {
126 boost::archive::binary_iarchive iar(is);
127 iar & data;
128 }
129};
130
131struct binary

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected