MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / ~template_2d_array

Method ~template_2d_array

src/ap.h:424–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected