Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ StructBase
Method
StructBase
unittests/common.hpp:169–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
struct StructBase
168
{
169
StructBase() {}
170
StructBase( int xx, int yy ) : x( xx ), y( yy ) {}
171
int x, y;
172
bool operator==(StructBase const & other) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected