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

The result type of client::create. More...

#include <zk/results.hpp>

Public Member Functions

 create_result (std::string name) noexcept
 
const std::string & name () const &
 
std::string & name ()&
 
std::string name ()&&
 

Detailed Description

The result type of client::create.

Definition at line 101 of file results.hpp.


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