Couchbase Lite C
Couchbase Lite C API
|
A simple reference to a block of memory. More...
Data Fields | |
const void *FL_NULLABLE | buf |
size_t | size |
A simple reference to a block of memory.
Does not imply ownership. (This is equivalent to the C++ class slice
.)
const void* FL_NULLABLE FLSlice::buf |
size_t FLSlice::size |