Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ TestStruct
Method
TestStruct
unittests/structs_minimal.hpp:121–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
struct TestStruct
120
{
121
TestStruct() = default;
122
TestStruct( std::string const & s, double d, std::uint32_t u, bool b ) :
123
mm(s), mmv(d), nmm(u), nmmv(b) {}
124
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected