MCPcopy Create free account
hub / github.com/davisking/dlib / current_element_valid

Method current_element_valid

dlib/array2d/array2d_kernel.h:266–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 ) const { at_start_ = true; cur = 0; }
265
266 bool current_element_valid (
267 ) const { return (cur != 0); }
268
269 const T& element (
270 ) const

Callers 15

queue_kernel_c.hFile · 0.45
stack_kernel_testFunction · 0.45
static_map_kernel_testFunction · 0.45
array2d_kernel_testFunction · 0.45
sequence_sort_testFunction · 0.45
test_border_enumeratorFunction · 0.45
hash_map_kernel_testFunction · 0.45
queue_sort_testFunction · 0.45
set_compare_testFunction · 0.45

Calls

no outgoing calls

Tested by 15

stack_kernel_testFunction · 0.36
static_map_kernel_testFunction · 0.36
array2d_kernel_testFunction · 0.36
sequence_sort_testFunction · 0.36
test_border_enumeratorFunction · 0.36
hash_map_kernel_testFunction · 0.36
queue_sort_testFunction · 0.36
set_compare_testFunction · 0.36
hash_table_kernel_testFunction · 0.36
hash_set_kernel_testFunction · 0.36