FixedMap static assert if T is derived from SerializeIF or is trivial copy-able #189
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#189
Loading…
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