|
zookeeper-cpp
ZooKeeper Client for C++
|
Controls the import of the string_view type.
More...
#include <zk/config.hpp>Go to the source code of this file.
Typedefs | |
| using | zk::string_view = ZKPP_STRING_VIEW_TYPE |
Controls the import of the string_view type.
This is probably std::string_view, but can be a custom type (as long as it behaves in a manner similar enough to std::string_view).
Definition in file string_view.hpp.