|
Couchbase Lite C
Couchbase Lite C API
|
A heap-allocated block of memory returned from an API call. More...
Data Fields | |
| const void *FL_NULLABLE | buf |
| size_t | size |
A heap-allocated block of memory returned from an API call.
The caller takes ownership, and must call FLSliceResult_Release when done with it.
| const void* FL_NULLABLE FLSliceResult::buf |
| size_t FLSliceResult::size |