MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / equal

Function equal

tests/unit-tests/FACE/Sequence.cpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39template <typename Elt, typename Val>
40bool equal(const Elt& e, const Val& v) { return e == v; }
41
42template <typename Slice, unsigned N>
43bool equal(const Slice (&lhs)[N], const Slice (&rhs)[N])

Callers 2

testSeqFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected