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

Method push_back

Src/Particle/AMReX_ParticleArray.H:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229 template <typename ValueType>
230 void push_back (ValueType&& val)
231 {
232 policy_type::push_back(m_data, std::forward<ValueType>(val));
233 }
234
235 std::size_t size () { return policy_type::size(m_data); }
236

Callers 2

push_backMethod · 0.45
push_back_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected