15 using value_type = uchar;
17 using delete_function = void (*)(uchar*);
33 using pointer_type = ::std::unique_ptr<uchar[0], ::mce::Blob::Deleter>;
35 using reference = uchar&;
37 using const_reference = uchar
const&;
39 using pointer = uchar*;
41 using const_pointer = uchar
const*;
43 using iterator = uchar*;
45 using const_iterator = uchar
const*;
47 using difference_type = int64;
49 using size_type = uint64;
54 ::ll::TypedStorage<8, 16, ::std::unique_ptr<uchar[0], ::mce::Blob::Deleter>> mBlob;
55 ::ll::TypedStorage<8, 8, uint64> mSize;
61 MCAPI
static void defaultDeleter(uchar* ptr);