-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently, accessing View and Array types is cumbersome due to the long templates. This also makes transitioning from the C++ 11 emitter hard, because where previously only one using-declarations per schema type were needed, now two are needed (one for the view and one for data struct). The most convenient solution (that I can see) would be
- to emit one using-declaration per used ArrayView instantiation.
- to emit one namespace per type (e.g.
Position2D), which contains bothPosition2D::ViewandPosition2D::Data.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request