Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_buffer
Class · 0.45
push_front
Method · 0.45
push_back
Method · 0.45
serialize
Function · 0.45
get_element_id
Method · 0.45
get_element_index
Method · 0.45
sliding_buffer_kernel_c.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected