MCPcopy 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
82struct MyStru { int i1_, i2_; }; // IDL "fixed-length" struct
83bool operator==(const MyStru& lhs, const MyStru& rhs)
84{
85 return lhs.i1_ == rhs.i1_ && lhs.i2_ == rhs.i2_;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected