lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Public Member Functions | Public Attributes
lean::memory::optional_mem_block< Size > Struct Template Reference

Block of memory that may be zero-sized. More...

#include <chunk_heap.h>

List of all members.

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]

Detailed Description

template<size_t Size>
struct lean::memory::optional_mem_block< Size >

Block of memory that may be zero-sized.


The documentation for this struct was generated from the following file: