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

Method cbegin

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

Source from the content-addressed store, hash-verified

108 [[nodiscard]] typename ParticleVector::iterator begin () { return m_data.begin(); }
109 [[nodiscard]] typename ParticleVector::const_iterator begin () const { return m_data.begin(); }
110 [[nodiscard]] typename ParticleVector::const_iterator cbegin () const { return m_data.cbegin(); }
111
112 [[nodiscard]] typename ParticleVector::iterator end () { return m_data.end(); }
113 [[nodiscard]] typename ParticleVector::const_iterator end () const { return m_data.end(); }

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