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 88 of file results.hpp.
|
inlineexplicit |
An exists_result
is true
if the entry exists.
Definition at line 97 of file results.hpp.
|
inline |
The zk::stat of the entry if it exists. If it does not exist, this value will be nullopt
.
Definition at line 103 of file results.hpp.