Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ circular_buffer
Method
circular_buffer
dlib/sliding_buffer/circular_buffer.h:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
typedef T type;
26
27
circular_buffer()
28
{
29
}
30
31
explicit circular_buffer(unsigned long s)
32
{
Callers
nothing calls this directly
Calls
1
resize
Function · 0.50
Tested by
no test coverage detected