placement syntax

C++ syntax allowing programmers to explicitly specify the memory management of individual objects; e.g. new (buffer) int(i)

카테고리: