userver: userver/formats/common/iterator_direction.hpp File Reference
Loading...
Searching...
No Matches
iterator_direction.hpp File Reference

Detailed Description

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...