MCPcopy Create free account
hub / github.com/CasparCG/server / array

Method array

src/common/array.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 using const_iterator = const T*;
21
22 array() = default;
23
24 explicit array(std::size_t size)
25 : size_(size)

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected