MCPcopy 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

serializeFunction · 0.45
deserializeFunction · 0.45
sortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected