FixedMap static assert if T is derived from SerializeIF or is trivial copy-able #189
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FixedMap is a Child of SerializeIF and requires its type T to be either copy-able with memcpy or a Implementation of SerializeIF by itself. This should be enforced by compile time checking.
Implemented by #191