Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected