zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::exists
.
More...
#include <zk/results.hpp>
Public Member Functions | |
exists_result (const optional< zk::stat > &stat) noexcept | |
operator bool () const | |
bool | operator! () const |
const optional< zk::stat > & | stat () const |
optional< zk::stat > & | stat () |
The result type of client::exists
.
Definition at line 79 of file results.hpp.