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

Method ~template_1d_array

src/ap.h:268–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 };
267
268 ~template_1d_array()
269 {
270 if(m_Vec)
271 {
272 if( Aligned )
273 ap::afree(m_Vec);
274 else
275 delete[] m_Vec;
276 }
277 };
278
279 template_1d_array(const template_1d_array &rhs)
280 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected