MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / cbegin

Method cbegin

LibCarla/source/carla/sensor/data/Array.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 const_iterator cbegin() const {
42 return reinterpret_cast<const_iterator>(_data.begin() + _offset);
43 }
44
45 const_iterator begin() const {
46 return cbegin();

Callers 1

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected