FallbackAllocator.empty

empty is defined if both allocators also define it.

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

Return Value

Type: Ternary

Meta