MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / full

Method full

base_code/template.cpp:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 T back() const { return *(_last - 1); }
268
269 bool full() const { return _last == _end; }
270 bool empty() const { return _first == _last; }
271 int size() const { return _last - _first; }
272

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected