Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ array
Method
array
dlib/array/array_kernel.h:83–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
typedef mem_manager mem_manager_type;
82
83
array (
84
) :
85
array_size(0),
86
max_array_size(0),
87
array_elements(0),
88
pos(0),
89
last_pos(0),
90
_at_start(true)
91
{}
92
93
array(const array&) = delete;
94
array& operator=(array&) = delete;
Callers
nothing calls this directly
Calls
2
swap
Function · 0.70
resize
Function · 0.50
Tested by
no test coverage detected