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

Method end

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

Source from the content-addressed store, hash-verified

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

Callers 15

str_tolowerFunction · 0.80
str_toupperFunction · 0.80
getAcceptListMethod · 0.80
candevice_test.cppFile · 0.80
scrollingAdoptMethod · 0.80
columnAdoptMethod · 0.80
getQConfigMethod · 0.80
decodeFrameMethod · 0.80
columnAdoptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected