__cpp_new_aligned_nothrow

Binding for ::operator new(std::size_t count, std::align_val_t al, const std::nothrow_t&)

extern (C++) @nogc pragma(mangle, __new_aligned_nothrow_mangle) nothrow
static if(__cpp_aligned_new)
void*
__cpp_new_aligned_nothrow
(
size_t count
,
align_val_t alignment
,
ref const(nothrow_t) = std_nothrow
)

Meta