Skip to main content

rallyhere::allocator Namespace

Summary

KindViewDescription
typedefallocator
T *create(Params &&... params)
voiddestroy(T * ptr)

Typedefs

allocator

using rallyhere::allocator::allocator = typedef std::allocator<T>

Functions

create

T * create(Params &&... params)

Parameters

TypeName
Params &&...params

Description

destroy

void destroy(T * ptr)

Parameters

TypeName
T *ptr

Description