zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::set. More...
#include <zk/results.hpp>
Public Member Functions | |
set_result (const zk::stat &stat) noexcept | |
const zk::stat & | stat () const |
zk::stat & | stat () |
The result type of client::set.
Definition at line 141 of file results.hpp.
|
inline |
The zk::stat of the entry after the set operation.
Definition at line 150 of file results.hpp.