First page Back Continue Last page Summary Graphic
Type-safe relations for ZEBRA structures
- Map one row into a struct
- One static instanciation
for each type via template specialization- unambiguous mapping of type and `array'
 
- Overload dereferencation:
ArtePointer<MTRA>(1)->topp->mass
instead of GetTOPP_mass(GetMTRA_topp(1))
Notes: