Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ MyStru
Class
MyStru
tests/unit-tests/FACE/Sequence.cpp:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
struct MyStru { int i1_, i2_; }; // IDL
"fixed-length"
struct
83
bool operator==(const MyStru& lhs, const MyStru& rhs)
84
{
85
return lhs.i1_ == rhs.i1_ && lhs.i2_ == rhs.i2_;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected