MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / zero

Method zero

dep/agg/include/agg_array.h:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 void resize(unsigned new_size);
290
291 void zero()
292 {
293 std::memset(m_array, 0, sizeof(T) * m_size);
294 }
295
296 void add(const T& v)
297 {

Callers 2

sweep_stylesMethod · 0.80
sort_cellsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected