MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / Delete

Function Delete

tests/gtest/gtest-all.cc:733–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731// functor.
732template <typename T>
733static void Delete(T* x) {
734 delete x;
735}
736
737// A predicate that checks the key of a TestProperty against a known key.
738//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected