template <typename T>
struct CPPArray
Defined at line 30 of file ../../src/lib/diagnostics/log/message/rust/cpp-log-decoder/log_decoder.h
Array for FFI purposes between C++ and Rust.
If len is 0, ptr is allowed to be nullptr,
otherwise, ptr must be valid.
Public Members
uintptr_t len
const T * ptr