Handle.fixedAllocSize

struct Handle(Bag)
static
size_t
fixedAllocSize
(
Args...
)
(
Args a
)
if (
is(Bag == shared) &&
is(Bag == struct)
)

Return Value

Type: size_t

The total number of bytes that will be requested to the allocator when creating a new, empty instance of this type. The Args a are forwarded to Bag.fixedAllocSize to determine the result.

Meta