mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
Add metadata objects and tests for them
This commit is contained in:
@@ -15,7 +15,6 @@ public:
|
||||
Buffer(const T* data, size_t size)
|
||||
: data_(reinterpret_cast<const DataType*>(data)), size_(size) {
|
||||
static_assert(sizeof(T) == 1, "Buffer must point to elements of 1 byte");
|
||||
|
||||
}
|
||||
|
||||
Buffer(const Buffer&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user