FallbackAllocator.empty

empty is defined if both allocators also define it.

struct FallbackAllocator(Primary, Fallback)
static if(__traits(hasMember, Primary, "empty") && __traits(hasMember, Fallback, "empty"))
Ternary
empty
()

Return Value

Type: Ternary

Meta