zookeeper-cpp
ZooKeeper Client for C++
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups
string_view.hpp File Reference

Controls the import of the string_view type. More...

#include <zk/config.hpp>

Go to the source code of this file.

Macros

#define ZKPP_STRING_VIEW_USE_STD_EXPERIMENTAL   0
 
#define ZKPP_STRING_VIEW_USE_CUSTOM   0
 
#define ZKPP_STRING_VIEW_USE_STD   1
 
#define ZKPP_STRING_VIEW_INCLUDE   <string_view>
 
#define ZKPP_STRING_VIEW_TYPE   std::string_view
 

Typedefs

using zk::string_view = ZKPP_STRING_VIEW_TYPE
 

Detailed Description

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.