Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ back
Method
back
base_code/template.cpp:267–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
T back() const { return *(_last - 1); }
268
269
bool full() const { return _last == _end; }
270
bool empty() const { return _first == _last; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected