MCPcopy Create free account
hub / github.com/BVLC/caffe / Delete

Function Delete

src/gtest/gtest-all.cpp:727–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725// functor.
726template <typename T>
727static void Delete(T* x) {
728 delete x;
729}
730
731// A predicate that checks the key of a TestProperty against a known key.
732//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected