|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
Maps a raw field type to its default ICell wrapper.
More...
#include <defaults.h>
Maps a raw field type to its default ICell wrapper.
Specialize this for custom field types (e.g. user structs) to enable wrapper inference in FieldsBuilder::field<MemberPtr>(key) without an explicit CellT. Primary template intentionally has no type member so unsupported types fail SFINAE / concept checks loudly.
| T | Field type to map. |