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

Method ~HostDnVecFloat

XM/include/Utils/memory.h:817–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815 }
816
817 ~HostDnVecFloat() {
818 if (this->vals != nullptr) {
819 free(this->vals);
820 this->vals = nullptr;
821 }
822 // std::cout << "HostDnVecFloat destructor called!" << std::endl;
823 }
824};
825
826// dense vector wrapper on host: int type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected