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

Method cend

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

Source from the content-addressed store, hash-verified

112 [[nodiscard]] typename ParticleVector::iterator end () { return m_data.end(); }
113 [[nodiscard]] typename ParticleVector::const_iterator end () const { return m_data.end(); }
114 [[nodiscard]] typename ParticleVector::const_iterator cend () const { return m_data.cend(); }
115
116 void collectVectors (Vector<ParticleVector*>& pvs)
117 {

Callers 3

InitFromBinaryFileMethod · 0.45
push_back_realMethod · 0.45
push_back_intMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected