Loading...
Searching...
No Matches
Go to the documentation of this file.
3#define DERIVE_CLONE_MEMBER(t, n) .n = NAME(t, clone)(&self->n),
13#define DERIVE_CLONE(ID) \
14 ID NAME(ID, clone)(ID const* self) { return (ID){NAME(ID, REFLECT)(DERIVE_CLONE_MEMBER)}; }