Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ reset
Method
reset
dlib/array2d/array2d_kernel.h:263–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
) const { return at_start_; }
262
263
void reset (
264
) const { at_start_ = true; cur = 0; }
265
266
bool current_element_valid (
267
) const { return (cur != 0); }
Callers
3
serialize
Function · 0.45
deserialize
Function · 0.45
sort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected