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

Method begin

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

Source from the content-addressed store, hash-verified

35 using const_reference = typename std::add_const<value_type>::type &;
36
37 iterator begin() {
38 return reinterpret_cast<iterator>(_data.begin() + _offset);
39 }
40
41 const_iterator cbegin() const {
42 return reinterpret_cast<const_iterator>(_data.begin() + _offset);

Callers 8

cbeginMethod · 0.45
DeserializeRawDataMethod · 0.45
DeserializeRawDataMethod · 0.45
DeserializeRawDataMethod · 0.45
DeserializeHeaderMethod · 0.45
DeserializeRawDataMethod · 0.45
ImageSerializerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected