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

Method insert

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

Source from the content-addressed store, hash-verified

104
105 template< class InputIt >
106 void insert ( Iterator pos, InputIt first, InputIt last ) { m_data.insert(pos, first, last); }
107
108 [[nodiscard]] typename ParticleVector::iterator begin () { return m_data.begin(); }
109 [[nodiscard]] typename ParticleVector::const_iterator begin () const { return m_data.begin(); }

Callers 5

buildNeighborMaskMethod · 0.45
InitFromBinaryFileMethod · 0.45
cacheNeighborInfoMethod · 0.45
push_back_realMethod · 0.45
push_back_intMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected