MCPcopy Create free account
hub / github.com/boostorg/histogram / begin

Method begin

src/python/histogram.cpp:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 T* data;
207 std::size_t size;
208 const T* begin() const { return data; }
209 const T* end() const { return data + size; }
210};
211

Callers 11

mainFunction · 0.45
run_testsFunction · 0.45
sumFunction · 0.45
mainFunction · 0.45
variable_initFunction · 0.45
category_initFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
run_testsFunction · 0.36
mainFunction · 0.36