|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
Concept naming the static interface every cell type must expose. More...
#include <cell.h>
Concept naming the static interface every cell type must expose.
A CellLike type derives from ICell, declares a kind_id string view, provides a from_json(j, registry) factory, and exposes a static descriptor() returning a cell_type_descriptor_t.
| T | Candidate cell type. |