| 2600 | typedef typename type_struct::component_type component_type; |
| 2601 | typedef typename type_struct::column_type_struct column_type_struct; |
| 2602 | typedef typename type_struct::row_type_struct row_type_struct; |
| 2603 | |
| 2604 | union |
| 2605 | { |
| 2606 | alignas(16) Component<type_struct, 16, 0> m00; |
| 2607 | alignas(16) Component<type_struct, 16, 1> m10; |
| 2608 | alignas(16) Component<type_struct, 16, 2> m20; |
nothing calls this directly
no outgoing calls
no test coverage detected