Go to the source code of this file.
◆ DERIVE_CLONE
#define DERIVE_CLONE |
( |
| ID | ) |
|
Value:
#define DERIVE_CLONE_MEMBER(t, n)
static SELF clone(SELF const *self)
Definition at line 13 of file clone.h.
13#define DERIVE_CLONE(ID) \
14 ID NS(ID, clone)(ID const* self) { return (ID){NS(ID, REFLECT)(DERIVE_CLONE_MEMBER)}; }
◆ DERIVE_CLONE_MEMBER
#define DERIVE_CLONE_MEMBER |
( |
| t, |
|
|
| n ) |
Value:
Definition at line 3 of file clone.h.