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

Method load

sandbox/sandbox.cpp:434–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433 template <class Archive>
434 void load( Archive & ar, const std::uint32_t /*version*/ )
435 { ar( x ); }
436};
437
438class BoostTransitionNMS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected