zookeeper-cpp
ZooKeeper Client for C++
|
Additional Inherited Members | |
Public Types inherited from zk::strong_id< transaction_id, std::size_t > | |
using | value_type = std::size_t |
Public Member Functions inherited from zk::strong_id< transaction_id, std::size_t > | |
constexpr | strong_id (value_type val) noexcept |
constexpr value_type | get () const noexcept |
constexpr | operator value_type () noexcept |
transaction_id & | operator++ () |
transaction_id | operator++ (int) |
transaction_id & | operator-- () |
transaction_id | operator-- (int) |
Public Attributes inherited from zk::strong_id< transaction_id, std::size_t > | |
value_type | value |