WPILibC++ 2025.1.1
|
Storage for a static_allocator. More...
#include <wpi/memory/static_allocator.hpp>
Public Attributes | |
char | storage [Size] |
Storage for a static_allocator.
Its constructor will take a reference to it and use it for its allocation. The storage type is simply a char
array aligned for maximum alignment.
char wpi::memory::static_allocator_storage< Size >::storage[Size] |