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

Method size

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

Source from the content-addressed store, hash-verified

233 }
234
235 std::size_t size () { return policy_type::size(m_data); }
236
237 void resize (size_t a_size) { policy_type::resize(m_data, a_size); }
238

Callers 2

sizeMethod · 0.45
sizeMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected