ReusableBlock.emplaceBack

Construct a new element after the existing elements

struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)
void
emplaceBack
(
Args...
)
(
auto ref Args args
)

Parameters

args Args

the constructor arguments to use

Meta