struct const_iterator
Defined at line 233 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h
This const_iterator dereferenes to the map entry stored in the sorting
array pairs. 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 : MapSorterFlat(map)) { ... }
Public Methods
pointer operator-> ()
Defined at line 238 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h
reference operator* ()
Defined at line 241 of file ../../third_party/protobuf/src/google/protobuf/generated_message_util.h