#include <userver/urabbitmq/typedefs.hpp>
StrongTypedef alias for a queue name.
Definition at line 13 of file typedefs.hpp.
|
enum class | Flags {
kNone = 0
,
kPassive = 1 << 0
,
kDurable = 1 << 1
,
kExclusive = 1 << 2
,
kAutoDelete = 1 << 3
,
kNoAck = 1 << 4
} |
| Queue options, consult RabbitMQ docs for better understanding. More...
|
|
using | UnderlyingType |
|
using | TagType |
|
|
static constexpr StrongTypedefOps | kOps |
|
◆ TagType
◆ UnderlyingType
◆ Flags
Queue options, consult RabbitMQ docs for better understanding.
Definition at line 18 of file typedefs.hpp.
◆ begin() [1/2]
◆ begin() [2/2]
◆ cbegin()
◆ cend()
◆ clear()
◆ empty()
◆ end() [1/2]
◆ end() [2/2]
◆ GetUnderlying() [1/3]
constexpr std::string utils::StrongTypedef< class QueueTag , std::string , Ops, class >::GetUnderlying |
( |
| ) |
&& |
|
inlineconstexprnoexceptinherited |
◆ GetUnderlying() [2/3]
constexpr std::string & utils::StrongTypedef< class QueueTag , std::string , Ops, class >::GetUnderlying |
( |
| ) |
& |
|
inlineconstexprnoexceptinherited |
◆ GetUnderlying() [3/3]
constexpr const std::string & utils::StrongTypedef< class QueueTag , std::string , Ops, class >::GetUnderlying |
( |
| ) |
const & |
|
inlineconstexprnoexceptinherited |
◆ operator const std::string &()
constexpr utils::StrongTypedef< class QueueTag , std::string , Ops, class >::operator const std::string & |
( |
| ) |
const & |
|
inlineexplicitconstexprnoexceptinherited |
◆ operator std::string()
constexpr utils::StrongTypedef< class QueueTag , std::string , Ops, class >::operator std::string |
( |
| ) |
&& |
|
inlineexplicitconstexprnoexceptinherited |
◆ operator std::string &()
constexpr utils::StrongTypedef< class QueueTag , std::string , Ops, class >::operator std::string & |
( |
| ) |
& |
|
inlineexplicitconstexprnoexceptinherited |
◆ operator[]() [1/2]
decltype(auto) utils::StrongTypedef< class QueueTag , std::string , Ops, class >::operator[] |
( |
Arg && | i | ) |
|
|
inlineinherited |
◆ operator[]() [2/2]
decltype(auto) utils::StrongTypedef< class QueueTag , std::string , Ops, class >::operator[] |
( |
Arg && | i | ) |
const |
|
inlineinherited |
◆ size()
◆ kOps
The documentation for this class was generated from the following file: