Helper to distinguish forward and reverse iterators for Value.
Definition in file iterator_direction.hpp.
Go to the source code of this file.
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::common |
| Shared types and helpers for JSON/YAML format layers. | |
Enumerations | |
| enum class | formats::common::IteratorDirection { kForward = 1 , kReverse = -1 } |
| Helper to distinguish forward and reverse iterators for Value. More... | |