zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
string_view.hpp
Go to the documentation of this file.
1 #pragma once
4 
5 #include <zk/config.hpp>
6 
7 #include <string_view>
8 
9 namespace zk
10 {
11 
14 
15 using string_view = std::string_view;
16 
18 
19 }