MCPcopy 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

SetUpMethod · 0.45
UpdateGridPositionMethod · 0.45
ActionMethod · 0.45
DataReceiverMethod · 0.45
AssignLaneChangeMethod · 0.45
PushMethod · 0.45
PeekMethod · 0.45
PopMethod · 0.45
write_to_fileMethod · 0.45
~LifetimeProfilerMethod · 0.45
parse_shape_listFunction · 0.45
parse_coordinatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected