| 422 | }; |
| 423 | |
| 424 | ~template_2d_array() |
| 425 | { |
| 426 | if(m_Vec) |
| 427 | { |
| 428 | if( Aligned ) |
| 429 | ap::afree(m_Vec); |
| 430 | else |
| 431 | delete[] m_Vec; |
| 432 | } |
| 433 | }; |
| 434 | |
| 435 | template_2d_array(const template_2d_array &rhs) |
| 436 | { |
nothing calls this directly
no outgoing calls
no test coverage detected