MCPcopy 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

iFunction · 0.45
nFunction · 0.45
ace.jsFile · 0.45
gFunction · 0.45
sFunction · 0.45
iFunction · 0.45
uFunction · 0.45
yFunction · 0.45
cFunction · 0.45
lFunction · 0.45
BFunction · 0.45
tFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected