Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ empty
Method
empty
LibCarla/source/carla/sensor/data/Array.h:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool empty() const {
86
return begin() == end();
87
}
88
89
size_type size() const {
90
DEBUG_ASSERT(std::distance(begin(), end()) >= 0);
Callers
15
SetUp
Method · 0.45
UpdateGridPosition
Method · 0.45
Action
Method · 0.45
DataReceiver
Method · 0.45
AssignLaneChange
Method · 0.45
Push
Method · 0.45
Peek
Method · 0.45
Pop
Method · 0.45
write_to_file
Method · 0.45
~LifetimeProfiler
Method · 0.45
parse_shape_list
Function · 0.45
parse_coordinates
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected