rallyhere::allocator Namespace
Summary
| Kind | View | Description |
|---|---|---|
| typedef | allocator | |
| T * | create(Params &&... params) | |
| void | destroy(T * ptr) |
Typedefs
allocator
using rallyhere::allocator::allocator = typedef std::allocator<T>
Functions
create
T * create(Params &&... params)
Parameters
| Type | Name |
|---|---|
| Params &&... | params |
Description
destroy
void destroy(T * ptr)
Parameters
| Type | Name |
|---|---|
| T * | ptr |