| 1607 | } |
| 1608 | |
| 1609 | void Set(const component_type& m00, const component_type& m01, const component_type& m10, const component_type& m11) volatile |
| 1610 | { |
| 1611 | data[index_00] = m00; |
| 1612 | data[index_10] = m10; |
| 1613 | data[index_01] = m01; |
| 1614 | data[index_11] = m11; |
| 1615 | } |
| 1616 | |
| 1617 | operator typename ConverterMatrix2D<type_struct, index_00, index_01, index_10, index_11>::matrix2D_type(void) |
| 1618 | { |
nothing calls this directly
no outgoing calls
no test coverage detected