zookeeper-cpp
ZooKeeper Client for C++
zk::exists_result Class Referencefinal

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 ()
 

Detailed Description

The result type of client::exists.

Definition at line 79 of file results.hpp.


The documentation for this class was generated from the following files: