zookeeper-cpp
ZooKeeper Client for C++
|
The result type of client::get_acl
.
More...
#include <zk/results.hpp>
Public Member Functions | |
get_acl_result (zk::acl acl, const zk::stat &stat) noexcept | |
const zk::acl & | acl () const & |
zk::acl & | acl ()& |
zk::acl | acl ()&& |
const zk::stat & | stat () const |
zk::stat & | stat () |
The result type of client::get_acl
.
Definition at line 142 of file results.hpp.