MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / erase

Method erase

Src/Particle/AMReX_ArrayOfStructs.H:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 Iterator erase ( ConstIterator first, ConstIterator second) { return m_data.erase(first, second); }
104
105 template< class InputIt >
106 void insert ( Iterator pos, InputIt first, InputIt last ) { m_data.insert(pos, first, last); }

Callers 2

clearEmptyEntriesFunction · 0.45
cacheNeighborInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected