|
zookeeper-cpp
ZooKeeper Client for C++
|
Controls the buffer type.
More...
#include <zk/config.hpp>#include <type_traits>Go to the source code of this file.
Macros | |
| #define | ZKPP_BUFFER_USE_CUSTOM 0 |
Set this to 1 to use a custom definitions for zk::buffer. More... | |
| #define | ZKPP_BUFFER_USE_STD_VECTOR 1 |
Set this to 1 to use std::vector<char> for the implementation of zk::buffer. More... | |
| #define | ZKPP_BUFFER_INCLUDE <vector> |
| #define | ZKPP_BUFFER_TYPE std::vector<char> |
Typedefs | |
| using | zk::buffer = ZKPP_BUFFER_TYPE |
The buffer type. More... | |
Controls the buffer type.
Definition in file buffer.hpp.