lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Block of memory that may be zero-sized. More...
#include <chunk_heap.h>
Public Member Functions | |
LEAN_INLINE char * | get () |
LEAN_INLINE const char * | get () const |
LEAN_INLINE | operator char * () |
LEAN_INLINE | operator const char * () const |
Public Attributes | |
char | memory [Size] |
Block of memory that may be zero-sized.