Placement new

소멸자의 명시적 호출

// ~ C++14
객체.~T()

// C++17 부터
std::destroy_at(객체주소)