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

Method ~HostDnVecInt

XM/include/Utils/memory.h:845–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843 }
844
845 ~HostDnVecInt() {
846 if (this->vals != nullptr) {
847 free(this->vals);
848 this->vals = nullptr;
849 }
850 // std::cout << "HostDnVecInt destructor called!" << std::endl;
851 }
852};
853
854// dense vector wrapper on host: size_t type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected