MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / begin

Method begin

src/common/enumiterator.h:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 // }
116
117 EnumIterator begin() const { return EnumIterator{start}; }
118 EnumIterator end() const { return {}; } // value-initialised singular is past-the-end
119
120 reference operator*()

Callers 9

str_tolowerFunction · 0.80
str_toupperFunction · 0.80
candevice_test.cppFile · 0.80
frameViewMethod · 0.80
addSignalMethod · 0.80
addRowMethod · 0.80
common_test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected