Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ isEmpty
Method
isEmpty
CPP/vector-concepts/vector.h:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
}
31
bool isEmpty(){
32
return cs==0;
33
}
34
int Front(){
35
return arr[0];
36
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected