struct const_iterator

Defined at line 290 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

This const_iterator dereferenes the map entry pointer stored in the sorting

array. This is the same interface as the Map::const_iterator type, and

allows generated code to use the same loop body with either form:

for (const auto

&

entry : map) { ... }

for (const auto

&

entry : MapSorterPtr(map)) { ... }

Public Methods

pointer operator-> ()

Defined at line 295 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h

reference operator* ()

Defined at line 298 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h