Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ operator()
Method
operator()
src/backward.h:538–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
struct deleter {
537
template <typename U>
538
void operator()(U& ptr) const
539
{
540
(*F)(ptr);
541
}
542
};
543
544
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected