MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / ~HostDnVecLongInt

Method ~HostDnVecLongInt

XM/include/Utils/memory.h:873–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

871 }
872
873 ~HostDnVecLongInt() {
874 if (this->vals != nullptr) {
875 free(this->vals);
876 this->vals = nullptr;
877 }
878 // std::cout << "HostDnVecLongInt destructor called!" << std::endl;
879 }
880};
881
882// dense vector wrapper on host: ptrdiff_t type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected