Add a $meta object with type information.
Declared in <mrdocs/Support/MapReflectedType.hpp>
template<
typename T,
typename IO>
void
addMetaObject(IO& io);
Creates a $meta object containing:
type: The unqualified C++ class name (e.g., "FunctionSymbol").
bases: Array of base class names (e.g., ["Symbol", "SourceInfo"]).
| Name | Description |
|---|---|
| T | The type whose metadata to add. |
| Name | Description |
|---|---|
| io | The lazy object IO to map into. |