Loading...
Searching...
No Matches
Go to the documentation of this file.
4#define DERIVE_EQ_MEMBER(t, n) &&NAME(t, eq)(&self_1->n, &self_2->n)
7 bool NAME(ID, eq)(ID const* self_1, ID const* self_2) { \
8 return true NAME(ID, REFLECT)(DERIVE_EQ_MEMBER); \