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

Method pop_back

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

Source from the content-addressed store, hash-verified

78
79 void push_back (const ParticleType& p) { return m_data.push_back(p); }
80 void pop_back() {m_data.pop_back(); }
81 [[nodiscard]] bool empty() {return m_data.empty(); }
82
83 [[nodiscard]] const ParticleType& back() const {return m_data.back(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected