MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator()

Method operator()

src/backward.h:546–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544template <typename T>
545struct default_delete {
546 void operator()(T& ptr) const { delete ptr; }
547};
548
549template <typename T, typename Deleter = deleter<void, void*, &::free>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected