Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ serialize
Method
serialize
sandbox/sandbox_vs.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
template <class Archive>
164
void serialize( Archive & )
165
{
166
std::cout <<
"i'm in your b"
<< std::endl;
167
}
168
};
169
170
struct C
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected