template<typename BufferT>
UnpackerBuffer struct
Base classes
- struct MemorySerializer
Public types
- using BufferPtrType = std::unique_ptr<BufferT>
Constructors, destructors, conversion operators
- UnpackerBuffer(SerialByteType* buf) explicit
-
template<typename... Args>UnpackerBuffer(Args && ... args) explicit
Public functions
- void contiguousBytes(void* ptr, SerialSizeType size, SerialSizeType num_elms)
- auto usedBufferSize() const -> SerialSizeType