userver
C++ Async Framework
Loading...
Searching...
No Matches
bit_operation.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/storages/redis/bit_operation.hpp
4
/// @brief @copybrief storages::redis::BitOperation
5
6
#
include
<
string
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages::
redis
{
11
12
/// @brief Bitwise SET operation kind for Redis BITOP
13
enum
class
BitOperation
{ kAnd, kOr, kXor, kNot };
14
15
std::string ToString(
BitOperation
bitop);
16
17
}
// namespace storages::redis
18
19
USERVER_NAMESPACE_END
userver
storages
redis
bit_operation.hpp
Generated on Thu May 21 2026 16:21:49 for userver by
Doxygen
1.13.2