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