userver
C++ Async Framework
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
};
12
13
}
// namespace formats::common
14
15
USERVER_NAMESPACE_END
userver
formats
common
iterator_direction.hpp
Generated on Tue Nov 19 2024 11:25:23 for userver by
Doxygen
1.10.0