Explicit destructor call is intended for questions related to programmatic deallocation of memory.
In The C++ programming language Edition 4 there is an example of a vector implementation, see relevant code at the end …
c++ memory-management c++11 move-semantics explicit-destructor-call