parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
Loading...
Searching...
No Matches
parcel::primitives::PrimitiveTraits< T > Struct Template Reference

Trait carrying wire id and default display info for a primitive storage type. More...

Detailed Description

template<typename T>
struct parcel::primitives::PrimitiveTraits< T >

Trait carrying wire id and default display info for a primitive storage type.

Specialized for every type accepted by the PrimitiveStorage concept. Each specialization exposes:

  • type_id — kind id used on the wire (e.g. "i32", "string").
  • name — default name applied to the cell's descriptor.
  • description — default description applied to the cell's descriptor.
Template Parameters
TA primitive storage type.

The documentation for this struct was generated from the following file: