Skip to content

rallyhere::allocator Namespace

Summary

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

Typedef

allocator

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

Func

create

T * create(Params &&… params)

Parameters

TypeName
Params &&…params

Description

destroy

void destroy(T * ptr)

Parameters

TypeName
T *ptr

Description