Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atcoder/ac-library
/ push
Method
push
atcoder/internal_queue.hpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
int size() const { return int(payload.size()) - pos; }
15
bool empty() const { return pos == int(payload.size()); }
16
void push(const T& t) { payload.push_back(t); }
17
T& front() { return payload[pos]; }
18
void clear() {
19
payload.clear();
Callers
15
i
Function · 0.45
n
Function · 0.45
ace.js
File · 0.45
g
Function · 0.45
s
Function · 0.45
i
Function · 0.45
u
Function · 0.45
y
Function · 0.45
c
Function · 0.45
l
Function · 0.45
B
Function · 0.45
t
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected