zookeeper-cpp
ZooKeeper Client for C++
|
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 ()&& |
The result type of client::create.
Definition at line 116 of file results.hpp.
|
inline |
The name of the created entry. How useful this is depends on the value of create_mode passed to the create operation. If create_mode::sequential was set, this value must be used to see what was created. In all other cases, the name is the same as the path which was passed in.
Definition at line 127 of file results.hpp.