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

Method save

sandbox/sandbox_rtti.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151 template <class Archive>
152 void save( Archive & ar ) const
153 {
154 ar( cereal::virtual_base_class<BaseVirtual>( this ) );
155 ar( y );
156 }
157
158 template <class Archive>
159 void load( Archive & ar )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected