In that case, I think we could make following explanation for it:
In C++, whenever you create a new object statically or dynamically, resource is allocated on stack or heap, respectively. No matter where the resource is allocated, the resource is initialized by the constructor method of the corresponding class. In that sense, resource acquisition is initialization.