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

Method size

dlib/sliding_buffer/circular_buffer.h:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 unsigned long size() const { return data.size(); }
89
90 void push_front(const T& value)
91 {

Callers 7

circular_bufferClass · 0.45
push_frontMethod · 0.45
push_backMethod · 0.45
serializeFunction · 0.45
get_element_idMethod · 0.45
get_element_indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected