userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
iterator_direction.hpp
1
#
pragma
once
2
3
USERVER_NAMESPACE_BEGIN
4
5
namespace
formats
::
common
{
6
7
/// @brief Helper to distinguish forward and reverse iterators for Value
8
enum
class
IteratorDirection
{
9
kForward = 1,
10
kReverse = -1,
11
};
8
enum
class
IteratorDirection
{
…
};
12
13
}
// namespace formats::common
14
15
USERVER_NAMESPACE_END
userver
formats
common
iterator_direction.hpp
Generated on Fri Apr 11 2025 14:16:01 for userver by
Doxygen
1.13.2