The OpenD Programming Language

mir.appender

Scoped Buffer

Members

Functions

scopedBuffer
auto scopedBuffer()

The buffer uses stack memory and C Runtime to allocate temporal memory.

Structs

ScopedBuffer
struct ScopedBuffer(T, size_t bytes = 4096)

The buffer uses stack memory and C Runtime to allocate temporal memory.

UnsafeArrayBuffer
struct UnsafeArrayBuffer(T)

Meta

Authors

Ilia Ki